Skip to content

Commit

Permalink
lapack/netlib: add missing Dlansy test
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Aug 24, 2020
1 parent 84a6e7d commit 1b71b3d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lapack/netlib/lapack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ func TestDlange(t *testing.T) {
testlapack.DlangeTest(t, impl)
}

func TestDlansy(t *testing.T) {
testlapack.DlansyTest(t, impl)
}

func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}

func TestDlarfb(t *testing.T) {
testlapack.DlarfbTest(t, impl)
}
Expand All @@ -76,10 +84,6 @@ func TestDlarft(t *testing.T) {
testlapack.DlarftTest(t, impl)
}

func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}

func TestDlapmt(t *testing.T) {
testlapack.DlapmtTest(t, impl)
}
Expand Down

0 comments on commit 1b71b3d

Please sign in to comment.