|
CEBL
2.1
|
#include "IncrementalSVD.hpp"Go to the source code of this file.
Namespaces | |
| namespace | CEBL |
Typedefs | |
| typedef ublas::matrix< double > | Matrix |
| typedef ublas::vector< double > | Vector |
Functions | |
| CEBL::Feature * | ObjectCreate () |
| void | ObjectDestroy (CEBL::Feature *p) |
| typedef ublas::matrix<double> Matrix |
Definition at line 4 of file IncrementalSVD.cpp.
| typedef ublas::vector<double> Vector |
Definition at line 5 of file IncrementalSVD.cpp.
| CEBL::Feature* ObjectCreate | ( | ) |
Definition at line 241 of file IncrementalSVD.cpp.
| void ObjectDestroy | ( | CEBL::Feature * | p | ) |
Definition at line 246 of file IncrementalSVD.cpp.
1.8.1.1