![]() |
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.
|
Public Member Functions | |
LUDecomposition (const MatrixDouble &a) | |
bool | solve_vector (const VectorDouble &b, VectorDouble &x) |
bool | solve (const MatrixDouble &b, MatrixDouble &x) |
bool | inverse (MatrixDouble &ainv) |
double | det () |
bool | mprove (const VectorDouble &b, VectorDouble &x) |
bool | getIsSingular () |
MatrixDouble | getLU () |
Definition at line 30 of file LUDecomposition.h.