Matrix.elements

Matrix underlying elements.

struct Matrix(T, uint numColumns, uint numRows = numColumns)
T[numElements] elements;

Meta