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

Public Member Functions

 Cholesky (MatrixFloat &a)
 
bool solve (VectorFloat &b, VectorFloat &x)
 
bool elmult (VectorFloat &y, VectorFloat &b)
 
bool elsolve (VectorFloat &b, VectorFloat &y)
 
bool inverse (MatrixFloat &ainv)
 
Float logdet ()
 
bool getSuccess ()
 

Public Attributes

unsigned int N
 
bool success
 
MatrixFloat el
 
DebugLog debugLog
 
ErrorLog errorLog
 
WarningLog warningLog
 

Detailed Description

Definition at line 42 of file Cholesky.h.


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