Crate lair[−][src]
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
| InvalidInput | An error which can be returned when a function argument is invalid. |
Traits
| Float | Generic trait for floating point numbers |
| One | Defines a multiplicative identity element for |
| Real | A trait for real numbers. |
| Scalar | A trait for real and complex numbers. |
| Zero | Defines an additive identity element for |