Expand description
[Reexported at the root of this crate.] Factorization of real matrices.
Modules§
- Functions for balancing a matrix.
- Construction of givens rotations.
- Construction of householder elementary reflections.
Structs§
- The bidiagonalization of a general matrix.
- The Cholesky decomposition of a symmetric-definite-positive matrix.
- The QR decomposition (with column pivoting) of a general matrix.
- LU decomposition with full row and column pivoting.
- Hessenberg decomposition of a general matrix.
- LU decomposition with partial (row) pivoting.
- A sequence of row or column permutations.
- The QR decomposition of a general matrix.
- Singular Value Decomposition of a general matrix.
- Schur decomposition of a square matrix.
- Eigendecomposition of a symmetric matrix.
- Tridiagonalization of a symmetric matrix.
- UDU factorization.
Functions§
- Performs a LU decomposition to overwrite
out
with the inverse ofmatrix
. - Computes the wilkinson shift, i.e., the 2x2 symmetric matrix eigenvalue to its tailing component
tnn
.