Module rusty_machine::linalg
source · [−]Expand description
The linear algebra module
This module contains reexports of common tools from the rulinalg crate.
Modules
The norm module
Structs
Cholesky decomposition.
LU decomposition with complete pivoting.
An efficient representation for a composition of
Householder transformations.
QR decomposition based on Householder reflections.
Result of unpacking an instance of
PartialPivLu.
The
Matrix
struct.A
MatrixSlice
A mutable
MatrixSliceMut
LU decomposition with partial pivoting.
The result of unpacking a QR decomposition.
The result of computing a thin (or reduced) QR decomposition.
The Vector struct.
Enums
Matrix dimensions
Traits
Trait for immutable matrix structs.
Trait for mutable matrices.
Base trait for decompositions.