Skip to content

Refactor QR Decomposition#289

Merged
SergeStinckwich merged 14 commits intomasterfrom
refactor-qr-decomposition
Oct 24, 2022
Merged

Refactor QR Decomposition#289
SergeStinckwich merged 14 commits intomasterfrom
refactor-qr-decomposition

Conversation

@hemalvarambhia
Copy link
Copy Markdown
Contributor

@hemalvarambhia hemalvarambhia commented Sep 9, 2022

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.

@hemalvarambhia hemalvarambhia marked this pull request as ready for review October 8, 2022 08:21
columnVectorFromRMatrix
atColumnNumber: col.
householderVector := householderReflection at: 1.
householderMatrix := householderReflection at: 2.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want Housholder Reflection to become a first class object.

@SergeStinckwich SergeStinckwich added this to the v1.0.5 milestone Oct 24, 2022
@SergeStinckwich SergeStinckwich merged commit 5b76a1a into master Oct 24, 2022
@SergeStinckwich SergeStinckwich deleted the refactor-qr-decomposition branch October 24, 2022 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants