Module matrix

Module matrix 

Source
Expand description

Structs implementing a large subset of Matrix traits.

Structs§

DiagonalMatrix
A square, diagonal matrix with N rows and N columns.
Matrix
A matrix with N rows and M columns, allocated on the stack.

Type Aliases§

Matrix22
A 2x2 matrix, allocated on the stack.
Matrix33
A 3x3 matrix, allocated on the stack.
Matrix44
A 4x4 matrix, allocated on the stack.