Skip to content

Commit

Permalink
Work in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Mar 11, 2019
1 parent 933063e commit 10a8b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/LinearAlgebra/Matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -3401,7 +3401,7 @@ function (Matrix $product, Matrix $Hᵢ) {
/**
* Householder reflection
*
* u = x - αx where α = ‖x‖
* u = x - αe where α = ‖x‖
*
* u
* v = ---
Expand Down
1 change: 0 additions & 1 deletion tests/LinearAlgebra/MatrixDecompositionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2151,5 +2151,4 @@ public function dataProviderForQrDecomposition(): array
//],
];
}

}

0 comments on commit 10a8b9b

Please sign in to comment.