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::LUDecomposition Class Reference

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 ()
 

Detailed Description

Definition at line 30 of file LUDecomposition.h.


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