matrix library

Matrix data type and algorithms.

Classes

Matrix<T>
Abstract matrix type.

Enums

MatrixConvolution
Convolution mode on a Matrix, i.e. how the borders are handled.
MatrixFormat
Formats of matrices.

Typedefs

RowColumn = ({int col, int row})
A tuple with row and column indices into a matrix.
RowColumnValue<T> = ({int col, int row, T value})
A tuple with row and column indices into a matrix, and the corresponding value.