Expand description
The core of the crate, contains the Matrix struct and all Matrix operations
Structs§
Traits§
Functions§
- new_
all_ default - Convenience initialiser that creates a
Matrix<T>
using the default value of the type - new_
identity_ matrix - Creates an identity matrix of the specified dimension using whatever corresponds to unity for type T