mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
Add Dpocon and tests
This commit is contained in:
@@ -92,6 +92,10 @@ func TestDorm2r(t *testing.T) {
|
||||
testlapack.Dorm2rTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDpocon(t *testing.T) {
|
||||
testlapack.DpoconTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDpotf2(t *testing.T) {
|
||||
testlapack.Dpotf2Test(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user