Matrix._matrix

Matrix row-major in memory.

struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
E[cols][rows] _matrix;

Meta