Matrix.array

Array holding matrix data.

struct Matrix(uint C, uint R)
float[C * R] array;

Meta