native: change Dlaqr2 into Dlaqr23

This commit is contained in:
Vladimir Chalupecky
2016-08-29 18:22:23 +09:00
parent 595f628968
commit b9dd614508
4 changed files with 79 additions and 50 deletions

View File

@@ -144,8 +144,8 @@ func TestDlaqr1(t *testing.T) {
testlapack.Dlaqr1Test(t, impl)
}
func TestDlaqr2(t *testing.T) {
testlapack.Dlaqr2Test(t, impl)
func TestDlaqr23(t *testing.T) {
testlapack.Dlaqr23Test(t, impl)
}
func TestDlaqr4(t *testing.T) {