testlapack: add test for Dgehrd

This commit is contained in:
Vladimir Chalupecky
2016-05-30 17:28:12 +09:00
parent 4821837335
commit fb46a9be5e
3 changed files with 240 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ func TestDgehd2(t *testing.T) {
testlapack.Dgehd2Test(t, impl)
}
func TestDgehrd(t *testing.T) {
testlapack.DgehrdTest(t, impl)
}
func TestDgelqf(t *testing.T) {
testlapack.DgelqfTest(t, impl)
}