![]() |
ViSP
3.0.0
|
This is the complete list of members for vpArray2D< Type >, including all inherited members.
| colNum | vpArray2D< Type > | protected |
| data | vpArray2D< Type > | |
| dsize | vpArray2D< Type > | protected |
| getCols() const | vpArray2D< Type > | inline |
| getMaxValue() const | vpArray2D< Type > | |
| getMinValue() const | vpArray2D< Type > | |
| getRows() const | vpArray2D< Type > | inline |
| load(const std::string &filename, vpArray2D< Type > &A, const bool binary=false, char *header=NULL) | vpArray2D< Type > | inlinestatic |
| loadYAML(const std::string &filename, vpArray2D< Type > &A, char *header=NULL) | vpArray2D< Type > | inlinestatic |
| operator<<(std::ostream &s, const vpArray2D< Type > &A) | vpArray2D< Type > | friend |
| operator=(Type x) | vpArray2D< Type > | inline |
| operator=(const vpArray2D< Type > &A) | vpArray2D< Type > | inline |
| operator[](unsigned int i) | vpArray2D< Type > | inline |
| operator[](unsigned int i) const | vpArray2D< Type > | inline |
| resize(const unsigned int nrows, const unsigned int ncols, const bool flagNullify=true) | vpArray2D< Type > | inline |
| rowNum | vpArray2D< Type > | protected |
| rowPtrs | vpArray2D< Type > | protected |
| save(const std::string &filename, const vpArray2D< Type > &A, const bool binary=false, const char *header="") | vpArray2D< Type > | inlinestatic |
| saveYAML(const std::string &filename, const vpArray2D< Type > &A, const char *header="") | vpArray2D< Type > | inlinestatic |
| size() const | vpArray2D< Type > | inline |
| vpArray2D() | vpArray2D< Type > | inline |
| vpArray2D(const vpArray2D< Type > &A) | vpArray2D< Type > | inline |
| vpArray2D(unsigned int r, unsigned int c) | vpArray2D< Type > | inline |
| vpArray2D(unsigned int r, unsigned int c, Type val) | vpArray2D< Type > | inline |
| vpGEMM(const vpArray2D< double > &A, const vpArray2D< double > &B, const double &alpha, const vpArray2D< double > &C, const double &beta, vpArray2D< double > &D, const unsigned int &ops=0) | vpArray2D< Type > | related |
| vpGEMMmethod enum name | vpArray2D< Type > | related |
| ~vpArray2D() | vpArray2D< Type > | inlinevirtual |