GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
Public Member Functions | |
LUDecomposition (const MatrixFloat &a) | |
bool | solve_vector (const VectorFloat &b, VectorFloat &x) |
bool | solve (const MatrixFloat &b, MatrixFloat &x) |
bool | inverse (MatrixFloat &ainv) |
Float | det () |
bool | mprove (const VectorFloat &b, VectorFloat &x) |
bool | getIsSingular () |
MatrixFloat | getLU () |
Protected Attributes | |
unsigned int | N |
Float | d |
bool | sing |
Vector< int > | indx |
MatrixFloat | aref |
MatrixFloat | lu |
ErrorLog | errorLog |
WarningLog | warningLog |
Definition at line 31 of file LUDecomposition.h.