PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
169 stars 41 forks source link

Refactor QR Decomposition #289

Closed hemalvarambhia closed 1 year ago

hemalvarambhia commented 2 years ago

This continues the simplification of the QR Decomposition method object. I have made the idea of the Householder Reflection explicit. I will continue to look more deeply into why the one element of the pivot (last one) is nil.