GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::SVD Class Reference

Public Member Functions

bool solve (Matrix< double > &a)
 
Matrix< double > getU ()
 
Matrix< double > getV ()
 
vector< double > getW ()
 

Protected Member Functions

bool solveVector (vector< double > &b, vector< double > &x, double thresh=-1.)
 
bool solve (Matrix< double > &b, Matrix< double > &x, double thresh=-1.)
 
UINT rank (double thresh=-1.)
 
UINT nullity (double thresh=-1.)
 
Matrix< double > range (double thresh=-1.)
 
Matrix< double > nullspace (double thresh=-1.)
 
double inv_condition ()
 
bool decompose ()
 
bool reorder ()
 
double pythag (const double a, const double b)
 

Protected Attributes

UINT m
 
UINT n
 
Matrix< double > u
 
Matrix< double > v
 
vector< double > w
 
double eps
 
double tsh
 

Detailed Description

Definition at line 30 of file SVD.h.


The documentation for this class was generated from the following files: