Add Dlantr

This commit is contained in:
btracey
2015-09-05 12:18:05 -06:00
parent 4a39331af1
commit 88f250e5f0
7 changed files with 400 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}
func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}
func TestDlarfb(t *testing.T) {
testlapack.DlarfbTest(t, impl)
}