mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
pull from master
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user