Module matmath::matrix_class[][src]

Structs

Matrix

A Matrix with generic type items. Can be indexed by mat[(row, col)]

Traits

MatrixElement

This trait is required for matrix.identity(...) and for matrix.det()