|
ADBLib
0.5
A simple library for rapid robot code development
|
This is the complete list of members for ADBLib::Matrix, including all inherited members.
| getValue(unsigned short int x, unsigned short int y) const | ADBLib::Matrix | |
| getXSize() const | ADBLib::Matrix | |
| getYSize() const | ADBLib::Matrix | |
| mat | ADBLib::Matrix | protected |
| Matrix(unsigned short int x=2, unsigned short int y=2) | ADBLib::Matrix | |
| operator*(const Matrix &matr) | ADBLib::Matrix | |
| operator*(const double num) | ADBLib::Matrix | |
| operator+(const Matrix &matr) | ADBLib::Matrix | |
| operator-(const Matrix &matr) | ADBLib::Matrix | |
| setSize(unsigned short int newXSize, unsigned short int newYSize) | ADBLib::Matrix | |
| setValue(double value, unsigned short int x, unsigned short int y) | ADBLib::Matrix | |
| xSize | ADBLib::Matrix | protected |
| ySize | ADBLib::Matrix | protected |