[][src]Module matmath::matrix

The core matrix module

Structs

Matrix

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

Traits

MatrixElement

This trait is required for some methods and functions in this crate

Type Definitions

IndexResult