We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34d9cc commit 009e677Copy full SHA for 009e677
src/Math-Matrix/PMQRDecomposition.class.st
@@ -29,9 +29,9 @@ that describes the mechanics:
29
https://en.wikipedia.org/wiki/QR_decomposition#Using_Householder_reflections
30
"
31
32
- | i matrixOfMinor householderReflection |
+ | i matrixOfMinor |
33
1 to: self numberOfColumns do: [ :col |
34
- | householderVector householderMatrix columnVectorFromRMatrix |
+ | householderReflection householderMatrix householderVector columnVectorFromRMatrix |
35
columnVectorFromRMatrix := r columnVectorAt: col size: colSize.
36
householderReflection := self
37
householderReflectionOf:
0 commit comments