|
Linear Algebra
master
Accessible implementations of linear algebra algorithms
|
Algorithms for matrix factorization and decomposition.
Classes | |
| class | HouseholderQR |
| QR factorization using Householder reflectors. More... | |
| class | NoPivotLU |
| LU factorization without pivoting. More... | |
| class | RowPivotLU |
| LU factorization with row pivoting. More... | |