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

Public Member Functions

 Cholesky (Matrix< double > &a)
 
bool solve (VectorDouble &b, VectorDouble &x)
 
bool elmult (VectorDouble &y, VectorDouble &b)
 
bool elsolve (VectorDouble &b, VectorDouble &y)
 
bool inverse (Matrix< double > &ainv)
 
double logdet ()
 
bool getSuccess ()
 

Public Attributes

unsigned int N
 
bool success
 
Matrix< double > el
 
DebugLog debugLog
 
ErrorLog errorLog
 
WarningLog warningLog
 

Detailed Description

Definition at line 36 of file Cholesky.h.


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