native: add test for Dlaqr2

This commit is contained in:
Vladimir Chalupecky
2016-08-17 14:00:04 +09:00
parent eb1d558436
commit 2b72508aa2

View File

@@ -144,6 +144,10 @@ func TestDlaqr1(t *testing.T) {
testlapack.Dlaqr1Test(t, impl)
}
func TestDlaqr2(t *testing.T) {
testlapack.Dlaqr2Test(t, impl)
}
func TestDlaqr5(t *testing.T) {
testlapack.Dlaqr5Test(t, impl)
}