Main Page | Compound List | File List

GVector<> Class Reference

N-vector template class. More...

#include <gmatrix.h>


Detailed Description

N-vector template class.

The GVector class implements a N-vector object. It is mainly used for mathematics purpose (and therefore, it is not a good idea to make a GVector of std::string objects :) All the classical operators are defined : arithmetics (+, -, *, /), dot product (via the * operator) and data access (via the [] operator).

Parameters:
S the size of the vector
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