Matrix.matrix

Holds the matrix row-major in memory.

struct Matrix(type, int rows_, int cols_)
mt[cols][rows] matrix;

Meta