cgo,native: implement dgeqp3 and test

This commit is contained in:
kortschak
2017-02-04 17:16:54 +10:30
parent 52eecc0c38
commit 9bc10c65bd
5 changed files with 380 additions and 0 deletions

View File

@@ -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)
}