Add Dorgtr and test

This commit is contained in:
btracey
2016-02-12 13:34:48 -07:00
parent 5ef9048ebf
commit ddd5c016d1
5 changed files with 212 additions and 2 deletions

View File

@@ -188,6 +188,10 @@ func TestDorgqr(t *testing.T) {
testlapack.DorgqrTest(t, impl)
}
func TestDorgtr(t *testing.T) {
testlapack.DorgtrTest(t, impl)
}
func TestDormbr(t *testing.T) {
testlapack.DormbrTest(t, impl)
}