|
ViSP
|
This is the complete list of members for vpSubRowVector, including all inherited members.
| AAt() const | vpMatrix | |
| AAt(vpMatrix &B) const | vpMatrix | |
| add2Matrices(const vpMatrix &A, const vpMatrix &B, vpMatrix &C) | vpMatrix | static |
| add2WeightedMatrices(const vpMatrix &A, const double &wA, const vpMatrix &B, const double &wB, vpMatrix &C) | vpMatrix | static |
| AtA() const | vpMatrix | |
| AtA(vpMatrix &B) const | vpMatrix | |
| checkParentStatus() | vpSubRowVector | |
| colNum | vpMatrix | protected |
| column(const unsigned int j) | vpMatrix | |
| computeCovarianceMatrix(const vpMatrix &A, const vpColVector &x, const vpColVector &b) | vpMatrix | static |
| computeCovarianceMatrix(const vpMatrix &A, const vpColVector &x, const vpColVector &b, const vpMatrix &w) | vpMatrix | static |
| cppPrint(std::ostream &os, const char *matrixName=NULL, bool octet=false) | vpMatrix | |
| createDiagonalMatrix(const vpColVector &A, vpMatrix &DA) | vpMatrix | static |
| data | vpMatrix | |
| det(vpDetMethod method=LU_DECOMPOSITION) const | vpMatrix | |
| diag(const vpColVector &A) | vpMatrix | |
| dsize | vpMatrix | protected |
| eigenValues() | vpMatrix | |
| eigenValues(vpColVector &evalue, vpMatrix &evector) | vpMatrix | |
| euclideanNorm() const | vpMatrix | |
| expm() | vpMatrix | |
| eye(unsigned int n) | vpMatrix | |
| eye(unsigned int m, unsigned int n) | vpMatrix | |
| getCols() const | vpMatrix | inline |
| getMaxValue() const | vpMatrix | |
| getMinValue() const | vpMatrix | |
| getRows() const | vpMatrix | inline |
| infinityNorm() const | vpMatrix | |
| init(vpRowVector &v, const unsigned int &offset, const unsigned int &ncols) | vpSubRowVector | |
| vpRowVector::init() | vpMatrix | |
| vpRowVector::init(const vpMatrix &m, unsigned int r, unsigned int c, unsigned int nrows, unsigned int ncols) | vpMatrix | |
| insert(const vpMatrix &A, const unsigned int r, const unsigned int c) | vpMatrix | |
| insert(const vpMatrix &A, const vpMatrix &B, const unsigned int r, const unsigned int c) | vpMatrix | static |
| insert(const vpMatrix &A, const vpMatrix &B, vpMatrix &C, const unsigned int r, const unsigned int c) | vpMatrix | static |
| inverseByCholesky() const | vpMatrix | |
| inverseByCholeskyLapack() const | vpMatrix | |
| inverseByLU() const | vpMatrix | |
| inverseByQR() const | vpMatrix | |
| inverseByQRLapack() const | vpMatrix | |
| juxtaposeMatrices(const vpMatrix &A, const vpMatrix &B) | vpMatrix | static |
| juxtaposeMatrices(const vpMatrix &A, const vpMatrix &B, vpMatrix &C) | vpMatrix | static |
| kernel(vpMatrix &KerA, double svThreshold=1e-6) | vpMatrix | |
| kill() | vpMatrix | |
| kron(const vpMatrix &m1, vpMatrix &out) | vpMatrix | |
| kron(const vpMatrix &m1) | vpMatrix | |
| kron(const vpMatrix &m1, const vpMatrix &m2, vpMatrix &out) | vpMatrix | static |
| kron(const vpMatrix &m1, const vpMatrix &m2) | vpMatrix | static |
| loadMatrix(const char *filename, vpMatrix &M, const bool binary=false, char *Header=NULL) | vpMatrix | static |
| loadMatrix(std::string filename, vpMatrix &M, const bool binary=false, char *Header=NULL) | vpMatrix | inlinestatic |
| LU_DECOMPOSITION enum value | vpMatrix | |
| maplePrint(std::ostream &os) | vpMatrix | |
| matlabPrint(std::ostream &os) | vpMatrix | |
| mult2Matrices(const vpMatrix &A, const vpMatrix &B, vpMatrix &C) | vpMatrix | static |
| multMatrixVector(const vpMatrix &A, const vpColVector &b, vpColVector &c) | vpMatrix | static |
| negateMatrix(const vpMatrix &A, vpMatrix &C) | vpMatrix | static |
| normalize() | vpRowVector | |
| normalize(vpRowVector &x) const | vpRowVector | |
| operator*(const vpColVector &x) const | vpRowVector | |
| operator*(const vpMatrix &A) const | vpRowVector | |
| vpMatrix::operator*(const vpTranslationVector &b) const | vpMatrix | |
| vpMatrix::operator*(const double x) const | vpMatrix | |
| vpMatrix::operator*(const double &x, const vpMatrix &B) | vpMatrix | related |
| operator*=(const double x) | vpMatrix | |
| operator+(const vpMatrix &B) const | vpMatrix | |
| operator+=(const vpMatrix &B) | vpMatrix | |
| operator+=(const double x) | vpMatrix | |
| operator-(const vpMatrix &B) const | vpMatrix | |
| operator-() const | vpMatrix | |
| operator-=(const vpMatrix &B) | vpMatrix | |
| operator-=(const double x) | vpMatrix | |
| operator/(const double x) const | vpMatrix | |
| operator/=(double x) | vpMatrix | |
| operator<<(double *) | vpMatrix | |
| operator=(const vpSubRowVector &B) | vpSubRowVector | |
| operator=(const vpRowVector &B) | vpSubRowVector | |
| operator=(const vpMatrix &B) | vpSubRowVector | |
| operator=(const double &x) | vpSubRowVector | |
| vpRowVector::operator=(const double x) | vpRowVector | |
| operator[](unsigned int n) | vpRowVector | inline |
| operator[](unsigned int n) const | vpRowVector | inline |
| parent | vpSubRowVector | protected |
| pColNum | vpSubRowVector | protected |
| print(std::ostream &s, unsigned int length, char const *intro=0) | vpMatrix | |
| printSize() | vpMatrix | inline |
| pseudoInverse(double svThreshold=1e-6) const | vpMatrix | |
| pseudoInverse(vpMatrix &Ap, double svThreshold=1e-6) const | vpMatrix | |
| pseudoInverse(vpMatrix &Ap, vpColVector &sv, double svThreshold=1e-6) const | vpMatrix | |
| pseudoInverse(vpMatrix &Ap, vpColVector &sv, double svThreshold, vpMatrix &ImA, vpMatrix &ImAt) const | vpMatrix | |
| pseudoInverse(vpMatrix &Ap, vpColVector &sv, double svThreshold, vpMatrix &ImA, vpMatrix &ImAt, vpMatrix &kerA) const | vpMatrix | |
| reshape(vpMatrix &m, const unsigned int &nrows, const unsigned int &ncols) | vpRowVector | |
| reshape(const unsigned int &nrows, const unsigned int &ncols) | vpRowVector | |
| resize(unsigned int i) | vpRowVector | inline |
| vpMatrix::resize(const unsigned int nrows, const unsigned int ncols, const bool nullify=true) | vpMatrix | |
| row(const unsigned int i) | vpMatrix | |
| rowNum | vpMatrix | protected |
| rowPtrs | vpMatrix | protected |
| saveMatrix(const char *filename, const vpMatrix &M, const bool binary=false, const char *Header="") | vpMatrix | static |
| saveMatrix(std::string filename, const vpMatrix &M, const bool binary=false, const char *Header="") | vpMatrix | inlinestatic |
| setIdentity(const double &val=1.0) | vpMatrix | |
| size() const | vpRowVector | inline |
| skew(const vpTranslationVector &t, vpMatrix &M) | vpMatrix | related |
| solveBySVD(const vpColVector &B, vpColVector &x) const | vpMatrix | |
| solveBySVD(const vpColVector &B) const | vpMatrix | |
| stackColumns(vpColVector &out) | vpMatrix | |
| stackColumns() | vpMatrix | |
| stackMatrices(const vpMatrix &A, const vpMatrix &B) | vpMatrix | static |
| stackMatrices(const vpMatrix &A, const vpMatrix &B, vpMatrix &C) | vpMatrix | static |
| stackMatrices(const vpMatrix &A) | vpMatrix | |
| stackRows(vpRowVector &out) | vpMatrix | |
| stackRows() | vpMatrix | |
| sub2Matrices(const vpMatrix &A, const vpMatrix &B, vpMatrix &C) | vpMatrix | static |
| sumSquare() const | vpMatrix | |
| svd(vpColVector &w, vpMatrix &v) | vpMatrix | |
| t() const | vpRowVector | |
| transpose() const | vpMatrix | |
| transpose(vpMatrix &C) const | vpMatrix | |
| trsize | vpMatrix | protected |
| vpDetMethod enum name | vpMatrix | |
| vpGEMM(const vpMatrix &A, const vpMatrix &B, const double &alpha, const vpMatrix &C, const double &beta, vpMatrix &D, const unsigned int &ops=0) | vpMatrix | related |
| vpGEMMmethod enum name | vpMatrix | related |
| vpMatrix::vpMatrix() | vpMatrix | |
| vpMatrix::vpMatrix(unsigned int r, unsigned int c) | vpMatrix | |
| vpMatrix::vpMatrix(const vpMatrix &m, unsigned int r, unsigned int c, unsigned int nrows, unsigned int ncols) | vpMatrix | |
| vpMatrix::vpMatrix(const vpMatrix &m) | vpMatrix | |
| vpRowVector(vpMatrix &m, unsigned int i) | vpRowVector | protected |
| vpRowVector() | vpRowVector | inline |
| vpRowVector(unsigned int nn) | vpRowVector | inline |
| vpRowVector(const vpRowVector &v) | vpRowVector | |
| vpSubRowVector() | vpSubRowVector | |
| vpSubRowVector(vpRowVector &v, const unsigned int &offset, const unsigned int &ncols) | vpSubRowVector | |
| ~vpMatrix() | vpMatrix | virtual |
| ~vpSubRowVector() | vpSubRowVector |