|
IsoEx
|
#include <IsoEx/Math/MatrixT.hh>
Public Member Functions | |
| VectorT (unsigned int _n) | |
| Construct with dimension. | |
| T & | operator() (unsigned int _i) |
| Read & write element access. | |
| const T & | operator() (unsigned int _i) const |
| Read only element access. | |
| unsigned int | dim () const |
| Return vector's dimension. | |
Simple vector class whose scalar type is its template parameter.
1.8.8