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.
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 <iostream>
#include <iterator>
#include <algorithm>
#include <vector>
#include "GRTException.h"
#include "ErrorLog.h"

Go to the source code of this file.

Classes

class  GRT::Matrix< T >
 

Namespaces

 GRT
 

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
Version
1.0

Definition in file Matrix.h.