Add Dsteqr and tests

This commit is contained in:
btracey
2016-02-02 08:01:07 -07:00
parent 236b2f04ad
commit 73bcbe04ae
3 changed files with 415 additions and 0 deletions

View File

@@ -152,6 +152,10 @@ func TestDlasv2(t *testing.T) {
testlapack.Dlasv2Test(t, impl)
}
func TestDlatrd(t *testing.T) {
testlapack.DlatrdTest(t, impl)
}
func TestDorg2r(t *testing.T) {
testlapack.Dorg2rTest(t, impl)
}