gonum / matrix

Matrix packages for the Go language [DEPRECATED]
446 stars 53 forks source link

mat64: deflake TestDet #438

Closed kortschak closed 7 years ago

kortschak commented 7 years ago

This allows 4000 tests of TestDet to pass, but the test is still flakey as it panics due to a Cholesky decomposition failure before 5000 tests.

@btracey Please take a look.

Updates #437.

btracey commented 7 years ago

LGTM