Add Dsyev and tests

This commit is contained in:
btracey
2016-03-01 21:22:28 -07:00
parent c3ac3ec995
commit a7639f128b
8 changed files with 300 additions and 1 deletions

View File

@@ -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)
}