mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
native,testlapack: change Dlaqr4 into Dlaqr04
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user