mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 21:59:25 +08:00
Add Dpocon and tests
This commit is contained in:
@@ -87,6 +87,10 @@ func TestDormlq(t *testing.T) {
|
||||
}
|
||||
*/
|
||||
|
||||
func TestDpocon(t *testing.T) {
|
||||
testlapack.DpoconTest(t, impl)
|
||||
}
|
||||
|
||||
func TestDtrcon(t *testing.T) {
|
||||
testlapack.DtrconTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user