Module matrix_algebra

Source
Expand description

The core of the crate, contains the Matrix struct and all Matrix operations

Structs§

Matrix

Traits§

MatrixElementRequiredTraits

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