native: implement dlaqps and test

This commit is contained in:
kortschak
2017-02-04 17:15:52 +10:30
parent fadf409885
commit 52eecc0c38
3 changed files with 333 additions and 0 deletions

View File

@@ -196,6 +196,10 @@ func TestDlaqp2(t *testing.T) {
testlapack.Dlaqp2Test(t, impl)
}
func TestDlaqps(t *testing.T) {
testlapack.DlaqpsTest(t, impl)
}
func TestDlaqr1(t *testing.T) {
testlapack.Dlaqr1Test(t, impl)
}