native: add test for Dlaqr1

This commit is contained in:
Vladimir Chalupecky
2016-04-25 20:42:12 +09:00
parent 9527de67a6
commit f1575d0675
2 changed files with 95 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ func TestDlanv2(t *testing.T) {
testlapack.Dlanv2Test(t, impl)
}
func TestDlaqr1(t *testing.T) {
testlapack.Dlaqr1Test(t, impl)
}
func TestDlarfb(t *testing.T) {
testlapack.DlarfbTest(t, impl)
}