gonum / matrix

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

mat64: return Condition(inf) from Dense.Inverse for singular matrix #411

Closed vladimir-ch closed 7 years ago

vladimir-ch commented 7 years ago

Fixes #410

kortschak commented 7 years ago

Can we have a test for this too.

vladimir-ch commented 7 years ago

I will add it.

kortschak commented 7 years ago

Looking at the coverage, there are parts that I am troubled with and are not covered. I'll file an issue for improving the tests on Inverse.

vladimir-ch commented 7 years ago

Ha, another bug in Dense.Inverse discovered. I've fixed it and added the tests with singular matrix. PTAL