mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
native: add test for Dlaqr1
This commit is contained in:
@@ -112,6 +112,10 @@ func TestDlanv2(t *testing.T) {
|
||||
testlapack.Dlanv2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqr1(t *testing.T) {
|
||||
testlapack.Dlaqr1Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlarfb(t *testing.T) {
|
||||
testlapack.DlarfbTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user