Add Dsytrd and tests

This commit is contained in:
btracey
2016-02-09 21:39:50 -07:00
parent 29eff129d1
commit fe0ba91d41
3 changed files with 234 additions and 0 deletions

View File

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