IsoEx
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Member Functions | List of all members
IsoEx::Math::VectorT< T > Class Template Reference

#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.
 

Detailed Description

template<typename T>
class IsoEx::Math::VectorT< T >

Simple vector class whose scalar type is its template parameter.


The documentation for this class was generated from the following file: