![]() |
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.
|
This is the complete list of members for GRT::Matrix< T >, including all inherited members.
capacity | GRT::Matrix< T > | protected |
clear() | GRT::Matrix< T > | inline |
cols | GRT::Matrix< T > | protected |
copy(const Matrix< T > &rhs) | GRT::Matrix< T > | inlinevirtual |
dataPtr | GRT::Matrix< T > | protected |
errorLog (defined in GRT::Matrix< T >) | GRT::Matrix< T > | protected |
getCapacity() const | GRT::Matrix< T > | inline |
getColVector(const unsigned int c) const | GRT::Matrix< T > | inline |
getConcatenatedVector(const bool concatByRow=true) const | GRT::Matrix< T > | inline |
getDataPointer() const | GRT::Matrix< T > | inline |
getNumCols() const | GRT::Matrix< T > | inline |
getNumRows() const | GRT::Matrix< T > | inline |
getRowVector(const unsigned int r) const | GRT::Matrix< T > | inline |
getSize() const | GRT::Matrix< T > | inline |
Matrix() | GRT::Matrix< T > | inline |
Matrix(const unsigned int rows, const unsigned int cols) | GRT::Matrix< T > | inline |
Matrix(const Matrix &rhs) | GRT::Matrix< T > | inline |
Matrix(const std::vector< std::vector< T > > &data) | GRT::Matrix< T > | inline |
operator=(const Matrix &rhs) | GRT::Matrix< T > | inline |
operator[](const unsigned int r) | GRT::Matrix< T > | inline |
operator[](const unsigned int r) const | GRT::Matrix< T > | inline |
push_back(const std::vector< T > &sample) | GRT::Matrix< T > | inline |
reserve(const unsigned int capacity) | GRT::Matrix< T > | inline |
resize(const unsigned int r, const unsigned int c) | GRT::Matrix< T > | inlinevirtual |
rowPtr | GRT::Matrix< T > | protected |
rows | GRT::Matrix< T > | protected |
setAllValues(const T &value) | GRT::Matrix< T > | inline |
setColVector(const std::vector< T > &column, const unsigned int colIndex) | GRT::Matrix< T > | inline |
setRowVector(const std::vector< T > &row, const unsigned int rowIndex) | GRT::Matrix< T > | inline |
size | GRT::Matrix< T > | protected |
~Matrix() | GRT::Matrix< T > | inlinevirtual |