Add Dgetf2 (unblocked LU algorithm) and tests

fixed incorrect comment and incorrect test

Real permutations and PR comments

Add cgo tests

fix indexing error

change return to ok

fix okays

fix ok
This commit is contained in:
btracey
2015-07-29 18:04:38 -06:00
parent 5640d0376c
commit 809045e88e
7 changed files with 316 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ var impl = Implementation{}
func TestDpotrf(t *testing.T) {
testlapack.DpotrfTest(t, impl)
}
func TestDgetf2(t *testing.T) {
testlapack.Dgetf2Test(t, impl)
}