Add Dtrti2

This commit is contained in:
btracey
2015-09-12 01:48:32 -06:00
parent a6ed099487
commit e131d240e5
7 changed files with 380 additions and 0 deletions

View File

@@ -116,6 +116,14 @@ func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}
func TestDtrtri(t *testing.T) {
testlapack.DtrtriTest(t, impl)
}
func TestDtrti2(t *testing.T) {
testlapack.Dtrti2Test(t, impl)
}
func TestIladlc(t *testing.T) {
testlapack.IladlcTest(t, impl)
}