Module rusty_machine::linalg
[−]
[src]
The linear algebra module
This module contains reexports of common tools from the rulinalg crate.
Structs
Matrix |
The |
MatrixSlice |
A |
MatrixSliceMut |
A mutable |
Vector |
The Vector struct. |
Enums
Axes |
Matrix dimensions |
Traits
BaseMatrix |
Trait for immutable matrix structs. |
BaseMatrixMut |
Trait for mutable matrices. |
Metric |
Trait for linear algebra metrics. |