mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 05:54:41 +08:00
Add Dgetrs (compute a solution based on LU factorization) and test.
Responded to PR comments
This commit is contained in:
@@ -23,3 +23,7 @@ func TestDgetf2(t *testing.T) {
|
||||
func TestDgetrf(t *testing.T) {
|
||||
testlapack.DgetrfTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDgetrs(t *testing.T) {
|
||||
testlapack.DgetrsTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user