The datatype for state projections. This class contains a real vector. More...
#include <ProjectionEvaluator.h>
Public Member Functions | |
EuclideanProjection (unsigned int n) | |
Allocate a projection of dimension n. | |
double | operator[] (unsigned int i) const |
Access operator (constant) | |
double & | operator[] (unsigned int i) |
Access operator. | |
Public Attributes | |
double * | values |
The values of the Rn vector that makes up the projection. |
The datatype for state projections. This class contains a real vector.
Definition at line 58 of file ProjectionEvaluator.h.