GestureRecognitionToolkit
Version: 0.2.5
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
|
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 |
ErrorLog | errorLog |
WarningLog | warningLog |
Definition at line 42 of file Cholesky.h.