Tapkee
|
#include <projection.hpp>
Public Member Functions | |
ProjectingFunction () | |
ProjectingFunction (ProjectionImplementation *impl) | |
void | clear () |
DenseVector | operator() (const DenseVector &vec) |
Public Attributes | |
ProjectionImplementation * | implementation |
A pimpl wrapper for projecting function.
Definition at line 25 of file projection.hpp.
Definition at line 27 of file projection.hpp.
ProjectingFunction | ( | ProjectionImplementation * | impl | ) |
Definition at line 28 of file projection.hpp.
void clear | ( | ) |
Destroys current implementation.
Definition at line 30 of file projection.hpp.
DenseVector operator() | ( | const DenseVector & | vec | ) |
Projects provided vector to new space.
vec | vector to be projected |
Definition at line 37 of file projection.hpp.
ProjectionImplementation* implementation |
Definition at line 41 of file projection.hpp.