#include <gmatrix.h>
The GMatrix<> class implements a MxN matrix and all the classical related operations : transpose, math operators, data access and so on. As the GVector<> class, it is intended for a mathematic usage.
M | number of column in the matrix |
N | number of lines in the matrix |
TYPE | the underlying data type (default is float) |