Bug in function pinv
#3012
Labels
Needs more information
For issues that cannot be acted on without more information from the poster.
pinv
#3012
mathjs/src/function/matrix/pinv.js
Line 120 in 49c793b
Hiya!
I was using this in my codebase, and I found that it was the source of an issue. I ended up switching to the ml-matrix implementation of pseudoinverse, which seemed to fix my problem! I see that there's a comment suggesting this be reimplemented with SVD to improve precision - it may have been that. I can't unfortunately share the code which had the issue, but I thought I'd leave a comment all the same.
The text was updated successfully, but these errors were encountered: