Expand description
Lair implements linear algebra routines in pure Rust. It uses ndarray as its matrix representation.
Modules§
- decomposition
- Matrix decompositions.
- equation
- Matrix equation solvers.
- matrix
- Matrix functions and special matrices.
Enums§
- Invalid
Input - An error which can be returned when a function argument is invalid.