mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
AddDgetri for computing matrix inverses
This commit is contained in:
@@ -36,6 +36,10 @@ func TestDgeqrf(t *testing.T) {
|
||||
testlapack.DgeqrfTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgetri(t *testing.T) {
|
||||
testlapack.DgetriTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgetf2(t *testing.T) {
|
||||
testlapack.Dgetf2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user