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

@@ -87,6 +87,10 @@ func TestDormlq(t *testing.T) {
}
*/
func TestDpocon(t *testing.T) {
testlapack.DpoconTest(t, impl)
}
func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}