PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
170 stars 39 forks source link

QR Decomposition Method Object Refactoring #288

Closed hemalvarambhia closed 2 years ago

hemalvarambhia commented 2 years ago

This work continues the refactoring, and has introduced a test that shows why the Moore Penrose Inverse test fails randomly: the pivot of the QR decomposition contains a nil.

I will try to delve deeper into why the pivot has a nil in it at all, and what the answer should be. I will give myself a few days. If I get nowhere, I will make this a full PR ready for review.