![]() |
GestureRecognitionToolkit
Version: 0.1.0
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 |
| DebugLog | debugLog |
| ErrorLog | errorLog |
| WarningLog | warningLog |
Definition at line 42 of file Cholesky.h.