#include <matrix/cvector.h>
Inheritance diagram for PLib::CVector:
Public Methods | |
CVector () | |
CVector (const int r) | |
CVector (const CVector< T > &v) | |
CVector (const Vector< T > &v) | |
CVector (const BasicArray< T > &v) | |
virtual | ~CVector () |
T & | operator[] (const int i) |
T | operator[] (const int i) const |
void | put (T v) |
Protected Attributes | |
int | index |
A circular vector class based on the vector class. The usefullness is limited since you can't perform mathematical operators with these vectors and obtain meaningfull results.
Definition at line 47 of file cvector.h.