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