mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
Add Dsyev and tests
This commit is contained in:
@@ -236,6 +236,10 @@ func TestDsterf(t *testing.T) {
|
||||
testlapack.DsterfTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDsyev(t *testing.T) {
|
||||
testlapack.DsyevTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDsytd2(t *testing.T) {
|
||||
testlapack.Dsytd2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user