Module rustml::matrix
[−]
[src]
Module that contains structs and functions useful for doing matrix operations.
Structs
Matrix |
A matrix with elements of type T. |
RowIterator |
An iterator over the rows of a matrix. |
SelectedRowIterator |
An iterator over a set of selected rows of a matrix. |
Traits
HasNan |
Trait to check if a matrix contains a NaN value. |
IntoMatrix |
Trait to convert a data type into a matrix. |
Similar |
Trait to check if the values of two matrices with the same dimension differ only within a small range. |