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

Public Member Functions

bool solve (MatrixFloat &a)
 
MatrixFloat getU ()
 
MatrixFloat getV ()
 
VectorFloat getW ()
 

Protected Member Functions

bool solveVector (VectorFloat &b, VectorFloat &x, Float thresh=-1.)
 
bool solve (MatrixFloat &b, MatrixFloat &x, Float thresh=-1.)
 
UINT rank (Float thresh=-1.)
 
UINT nullity (Float thresh=-1.)
 
MatrixFloat range (Float thresh=-1.)
 
MatrixFloat nullspace (Float thresh=-1.)
 
Float inv_condition ()
 
bool decompose ()
 
bool reorder ()
 
Float pythag (const Float a, const Float b)
 

Protected Attributes

UINT m
 
UINT n
 
MatrixFloat u
 
MatrixFloat v
 
VectorFloat w
 
Float eps
 
Float tsh
 

Detailed Description

Definition at line 30 of file SVD.h.


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