mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
native: implement dlaqp2 and test
This commit is contained in:
@@ -192,6 +192,10 @@ func TestDlaqr04(t *testing.T) {
|
||||
testlapack.Dlaqr04Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqp2(t *testing.T) {
|
||||
testlapack.Dlaqp2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaqr1(t *testing.T) {
|
||||
testlapack.Dlaqr1Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user