mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
cgo,native: implement dgeqp3 and test
This commit is contained in:
@@ -68,6 +68,10 @@ func TestDgels(t *testing.T) {
|
||||
testlapack.DgelsTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgeqp3(t *testing.T) {
|
||||
testlapack.Dgeqp3Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDgeqr2(t *testing.T) {
|
||||
testlapack.Dgeqr2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user