The definition of a Matrix is as such:
typedef struct Matrix { int numRows; int numColumns; float* components; }Matrix;
There was an error while loading. Please reload this page.
NGen