mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 05:54:41 +08:00
Add Dsytrd and tests
This commit is contained in:
@@ -220,6 +220,10 @@ func TestDsytd2(t *testing.T) {
|
||||
testlapack.Dsytd2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestDsytrd(t *testing.T) {
|
||||
testlapack.DsytrdTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDtrcon(t *testing.T) {
|
||||
testlapack.DtrconTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user