Tapkee
|
#include <projection.hpp>
Public Member Functions | |
virtual | ~ProjectionImplementation () |
virtual DenseVector | project (const DenseVector &vec)=0 |
A base class for implementation of projecting.
Definition at line 13 of file projection.hpp.
|
virtual |
Definition at line 15 of file projection.hpp.
|
pure virtual |
Projects provided vector to new space.
vec | vector to be projected |
Implemented in MatrixProjectionImplementation.