mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 05:54:41 +08:00
Add dgetrf and tests
removed unnecessary requirement Implement Dlaswp in both directions Responded to PR comments
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user