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

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

Detailed Description

Definition at line 31 of file LUDecomposition.h.


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