[−][src]Module easy_ml::matrices
Generic matrix type.
Matrices are generic over some type T. If T is Numeric then
the matrix can be used in a mathematical way.
Modules
| iterators | Iterators over parts of a Matrix |
| slices | Ways to transform and access matrices |
Structs
| Matrix | A general purpose matrix of some type. This type may implement
no traits, in which case the matrix will be rather useless. If the
type implements |
Type Definitions
| Column | |
| Row | The maximum row and column lengths are usize, due to the internal storage being backed by nested Vecs |