mirror of
https://github.com/gonum/gonum.git
synced 2025-10-27 17:21:18 +08:00
testlapack: add test for Dlaswp
This commit is contained in:
@@ -96,6 +96,10 @@ func TestDlasrt(t *testing.T) {
|
||||
testlapack.DlasrtTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDlaswp(t *testing.T) {
|
||||
testlapack.DlaswpTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDpotrf(t *testing.T) {
|
||||
testlapack.DpotrfTest(t, impl)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user