Crate mtrx[][src]

Structs

Matrix

Uses const generics to represent a mathematical matrix

Traits

MatrixCell

The requirements for a type to be a Matrix Cell. Numeric types fulfill these requirements, and many of them can be derived as needed