mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 15:13:31 +08:00
Add Dorgtr and test
This commit is contained in:
@@ -188,6 +188,10 @@ func TestDorgqr(t *testing.T) {
|
||||
testlapack.DorgqrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDorgtr(t *testing.T) {
|
||||
testlapack.DorgtrTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDormbr(t *testing.T) {
|
||||
testlapack.DormbrTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user