mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user