This commit is contained in:
btracey
2015-09-12 22:11:05 -06:00
parent 6aea049391
commit 8f06ad68cf
3 changed files with 4 additions and 17 deletions

View File

@@ -116,17 +116,12 @@ func TestDtrcon(t *testing.T) {
testlapack.DtrconTest(t, impl)
}
<<<<<<< HEAD
func TestDtrtri2(t *testing.T) {
testlapack.Dtrtri2Test(t, impl)
=======
func TestDtrtri(t *testing.T) {
testlapack.DtrtriTest(t, impl)
}
func TestDtrti2(t *testing.T) {
testlapack.Dtrti2Test(t, impl)
>>>>>>> e131d240e5e881fdfa8d62252d1825c4bcee1745
}
func TestDtrtri(t *testing.T) {
testlapack.DtrtriTest(t, impl)
}
func TestIladlc(t *testing.T) {