#include <matrix/cvector.h>
Inheritance diagram for PLib::CVector< T >:
Public Member Functions | |
CVector (const int r) | |
CVector (const CVector< T > &v) | |
CVector (const Vector< T > &v) | |
CVector (const BasicArray< T > &v) | |
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.
|
< no range checks are performed
Reimplemented from PLib::BasicArray< T >. |