mirror of
https://github.com/gonum/gonum.git
synced 2025-10-27 17:21:18 +08:00
Add dgetrf and tests
removed unnecessary requirement Implement Dlaswp in both directions Responded to PR comments
This commit is contained in:
@@ -19,3 +19,7 @@ func TestDpotrf(t *testing.T) {
|
||||
func TestDgetf2(t *testing.T) {
|
||||
testlapack.Dgetf2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDgetrf(t *testing.T) {
|
||||
testlapack.DgetrfTest(t, impl)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user