native: implement dlaqp2 and test

This commit is contained in:
kortschak
2017-01-20 12:25:51 +10:30
parent 238ef89b13
commit fadf409885
6 changed files with 250 additions and 0 deletions

View File

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