Expand description
The linear algebra module
This module contains reexports of common tools from the rulinalg crate.
Structs§
- Matrix
- The
Matrixstruct. - Matrix
Slice - A
MatrixSlice - Matrix
Slice Mut - A mutable
MatrixSliceMut - Vector
- The Vector struct.
Enums§
- Axes
- Matrix dimensions
Traits§
- Base
Matrix - Trait for immutable matrix structs.
- Base
Matrix Mut - Trait for mutable matrices.
- Metric
- Trait for linear algebra metrics.