Add Dorg2r and test

This commit is contained in:
btracey
2015-10-15 11:19:08 -06:00
parent 529764ad5f
commit 3d9d26a4f2
9 changed files with 338 additions and 0 deletions

View File

@@ -120,6 +120,14 @@ func TestDorm2r(t *testing.T) {
testlapack.Dorm2rTest(t, impl)
}
func TestDorg2r(t *testing.T) {
testlapack.Dorg2rTest(t, impl)
}
func TestDorgl2(t *testing.T) {
testlapack.Dorgl2Test(t, impl)
}
func TestDpocon(t *testing.T) {
testlapack.DpoconTest(t, impl)
}