Merge pull request #44 from gonum/adddtrcon

Add Dtrcon and test
This commit is contained in:
Brendan Tracey
2015-09-09 22:09:03 -06:00
5 changed files with 292 additions and 0 deletions

View File

@@ -86,3 +86,7 @@ func TestDormlq(t *testing.T) {
testlapack.Dorml2Test(t, blockedTranslate{impl})
}
*/
func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}