Add Dpocon and tests

This commit is contained in:
btracey
2015-09-09 23:00:50 -06:00
parent 96257fa90e
commit bffde37f95
5 changed files with 234 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ func TestDorm2r(t *testing.T) {
testlapack.Dorm2rTest(t, impl)
}
func TestDpocon(t *testing.T) {
testlapack.DpoconTest(t, impl)
}
func TestDpotf2(t *testing.T) {
testlapack.Dpotf2Test(t, impl)
}