|
LRAUV
revA
|
This is the complete list of members for Mtx, including all inherited members.
| append(const char *filename, Logger &logger, Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| clear() | Mtx | |
| Comp0(const Mtx &lhs, int lhsJ, const Mtx &rhs, int rhsJ) | Mtx | static |
| Comp01(const Mtx &lhs, int lhsJ, const Mtx &rhs, int rhsJ) | Mtx | static |
| Comp02(const Mtx &lhs, int lhsJ, const Mtx &rhs, int rhsJ) | Mtx | static |
| Comp1(const Mtx &lhs, int lhsJ, const Mtx &rhs, int rhsJ) | Mtx | static |
| Comp2(const Mtx &lhs, int lhsJ, const Mtx &rhs, int rhsJ) | Mtx | static |
| CopyValues(const Mtx &src, int srcStartM, int srcStartN, const Mtx &dst, int dstStartM, int dstStartN, int numM, int numN) | Mtx | static |
| Delete2D(float **array) | I2D< float > | inlinestatic |
| get(int indexM, int indexN) const | Mtx | inline |
| getInt(int indexM, int indexN) const | Mtx | inline |
| getM() const | Mtx | inlinevirtual |
| getN() const | Mtx | inlinevirtual |
| getPtr1d(void) | Mtx | inlinevirtual |
| getPtr2d(void) | Mtx | inlinevirtual |
| I2D() | I2D< float > | inlineprotected |
| I2D(const I2D &) | I2D< float > | inlineprotected |
| isUnlimitedN() const | Mtx | inline |
| logger_ | Mtx | protected |
| m_ | Mtx | protected |
| Mtx(Logger &logger, int m=0, int n=0, float initVal=nanf(""), Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| Mtx(Logger &logger, int m, int n, float *ptr, Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| Mtx(const char *filename, Logger &logger, Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| Mtx(const char *filename, Logger &logger, int minN, int maxN, Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| Mtx(const Mtx &rhs) | Mtx | |
| n_ | Mtx | protected |
| New2D(int m, int n, bool extra=false) | I2D< float > | inlinestatic |
| operator()(int indexM, int indexN) const | Mtx | inline |
| operator*(const Mtx &rhs) const | Mtx | |
| operator*=(const float rhs) | Mtx | |
| operator+=(const Mtx &rhs) | Mtx | |
| operator+=(const float rhs) | Mtx | |
| operator-=(const Mtx &rhs) | Mtx | |
| operator=(const Mtx &rhs) | Mtx | |
| operator[](int index) | Mtx | inline |
| prepareValueForModification() | Mtx | protected |
| set(int indexM, int indexN, float value) | Mtx | inline |
| setFromPtr(const int m, const int n, const void *ptr) | Mtx | inline |
| setInt(int indexM, int indexN, int value) | Mtx | inline |
| setSize(int m, int n) | Mtx | |
| setUnlimitedN(bool unlimitedN) | Mtx | inline |
| severity_ | Mtx | protected |
| shellSort(int(&comp)(const Mtx &, int, const Mtx &, int)) | Mtx | |
| subset(int minM=0, int maxM=-1, int minN=0, int maxN=-1) const | Mtx | |
| unlimitedN_ | Mtx | protected |
| valid() const | Mtx | inline |
| value_ | Mtx | protected |
| write(const char *filename, Logger &logger, int minM=0, int maxM=-1, int minN=0, int maxN=-1, Syslog::Severity severity=Syslog::FAULT) | Mtx | |
| ~I2D() | I2D< float > | inlinevirtual |
| ~Mtx() | Mtx | virtual |