Main Page | Compound List | File List

GMatrix<> Class Reference

MxN matrix template class. More...

#include <gmatrix.h>


Detailed Description

MxN matrix template class.

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.

Parameters:
M number of column in the matrix
N number of lines in the matrix
TYPE the underlying data type (default is float)


The documentation for this class was generated from the following file:
Generated on Tue Aug 3 11:43:37 2004 for GMATRIX by doxygen 1.3.3