Module nalgebra::linalg

source ·
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.
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.
Real Schur decomposition of a square matrix.
Singular Value Decomposition of a general matrix.
Eigendecomposition of a symmetric matrix.
Tridiagonalization of a symmetric matrix.

Functions

Performs a LU decomposition to overwrite out with the inverse of matrix.
Computes the wilkinson shift, i.e., the 2x2 symmetric matrix eigenvalue to its tailing component tnn.