Module const_matrix::matrix [−][src]
Expand description
Structs
A matrix which is allocated on the heap.
MF is the Matrix Factory used for the creation of new matrices.
Traits
All types for which the operators +, +=, *, *=,
- (unary negation), - (binary minus) and -= are
defined and where the output type of +=, *= and -=
is T again.
All types which are Copy and Default in addition
to being Arithmetic.