native,testlapack: change Dlaqr4 into Dlaqr04

This commit is contained in:
Vladimir Chalupecky
2016-08-31 10:31:40 +09:00
parent 5eded45654
commit d7cf7568de
4 changed files with 143 additions and 104 deletions

View File

@@ -144,6 +144,10 @@ func TestDlanv2(t *testing.T) {
testlapack.Dlanv2Test(t, impl)
}
func TestDlaqr04(t *testing.T) {
testlapack.Dlaqr04Test(t, impl)
}
func TestDlaqr1(t *testing.T) {
testlapack.Dlaqr1Test(t, impl)
}
@@ -152,10 +156,6 @@ func TestDlaqr23(t *testing.T) {
testlapack.Dlaqr23Test(t, impl)
}
func TestDlaqr4(t *testing.T) {
testlapack.Dlaqr4Test(t, impl)
}
func TestDlaqr5(t *testing.T) {
testlapack.Dlaqr5Test(t, impl)
}