pull from master

This commit is contained in:
btracey
2015-09-12 22:08:28 -06:00
7 changed files with 185 additions and 0 deletions

View File

@@ -116,8 +116,17 @@ 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 TestIladlc(t *testing.T) {