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.
Matrix.h File Reference

The Matrix class is a basic class for storing any type of data. This class is a template and can therefore be used with any generic data type. More...

#include "../Util/GRTTypedefs.h"
#include "Vector.h"
#include <exception>
#include "../Util/GRTException.h"
#include "../Util/ErrorLog.h"

Go to the source code of this file.

Classes

class  Matrix< T >
 

Detailed Description

The Matrix class is a basic class for storing any type of data. This class is a template and can therefore be used with any generic data type.

Author
Nicholas Gillian ngill.nosp@m.ian@.nosp@m.media.nosp@m..mit.nosp@m..edu

Definition in file Matrix.h.