Add dgetrf and tests

removed unnecessary requirement

Implement Dlaswp in both directions

Responded to PR comments
This commit is contained in:
btracey
2015-08-01 17:36:29 -06:00
parent 846e349ee4
commit a0a68a3b68
10 changed files with 293 additions and 90 deletions

View File

@@ -36,6 +36,10 @@ func TestDgetf2(t *testing.T) {
testlapack.Dgetf2Test(t, impl)
}
func TestDgetrf(t *testing.T) {
testlapack.DgetrfTest(t, impl)
}
func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}