Add Dlartg and test

This commit is contained in:
btracey
2015-10-13 22:51:08 -06:00
parent 28f483e1da
commit ad7c1cae92
4 changed files with 119 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ func TestDlarft(t *testing.T) {
testlapack.DlarftTest(t, impl)
}
func TestDlartg(t *testing.T) {
testlapack.DlartgTest(t, impl)
}
func TestDorml2(t *testing.T) {
testlapack.Dorml2Test(t, impl)
}