, including all inherited members.
| A_T enum value | opentl::math::Matrix | |
| A_T_B_T enum value | opentl::math::Matrix | |
| A_T_B_T_C_T enum value | opentl::math::Matrix | |
| A_T_C_T enum value | opentl::math::Matrix | |
| abs() const | opentl::math::Vector4 | |
| opentl::math::Vector::abs() | opentl::math::Vector | [virtual] |
| add(const Vector &b, Vector &c) | opentl::math::Vector | [virtual] |
| add(const double s, const opentl::math::Vector &b, opentl::math::Vector &c) | opentl::math::Vector | [virtual] |
| opentl::math::Matrix::add(const Matrix &b, Matrix &c) | opentl::math::Matrix | [virtual] |
| opentl::math::Matrix::add(const double s, const opentl::math::Matrix &b, opentl::math::Matrix &c) | opentl::math::Matrix | [virtual] |
| B_T enum value | opentl::math::Matrix | |
| B_T_C_T enum value | opentl::math::Matrix | |
| bhattacharyyaDistance(const math::Matrix &b) | opentl::math::Matrix | [virtual] |
| buffer() const | opentl::math::Matrix | [virtual] |
| C_T enum value | opentl::math::Matrix | |
| calcStdDeviation() const | opentl::math::Vector4 | |
| opentl::math::Vector::calcStdDeviation() | opentl::math::Vector | [virtual] |
| cols() const | opentl::math::Matrix | [virtual] |
| columnSlice(std::size_t c, Vector &v) const | opentl::math::Matrix | [virtual] |
| copyFrom(const Matrix &b) | opentl::math::Matrix | [virtual] |
| copyTo(Matrix &b) const | opentl::math::Matrix | [virtual] |
| crossProduct(const math::Vector4 &v2) | opentl::math::Vector4 | |
| cvMat() const | opentl::math::Matrix | [protected, virtual] |
| cvmat | opentl::math::Matrix | [protected] |
| data | opentl::math::Matrix | [protected] |
| dimension() const | opentl::math::Vector4 | [virtual] |
| dotProduct(const Vector *v2) const | opentl::math::Vector4 | |
| opentl::math::Vector::dotProduct(const Matrix &b) const | opentl::math::Matrix | [virtual] |
| equals(const Matrix &m, double tolerance=std::numeric_limits< double >::epsilon()) const | opentl::math::Matrix | [virtual] |
| fill(double v) | opentl::math::Matrix | [virtual] |
| fillZero() | opentl::math::Matrix | [virtual] |
| getCvMat() const | opentl::math::Matrix | [virtual] |
| InversionMethod enum name | opentl::math::Matrix | |
| l2Norm() | opentl::math::Matrix | [virtual] |
| LU enum value | opentl::math::Matrix | |
| Matrix(std::size_t rows=1, std::size_t cols=1) | opentl::math::Matrix | |
| Matrix(const Matrix &m) | opentl::math::Matrix | |
| matrixSlice(std::size_t startRow, std::size_t startCol, std::size_t height, std::size_t width, Matrix &m) | opentl::math::Matrix | [virtual] |
| mult(const double s, Vector &c) | opentl::math::Vector | [virtual] |
| mult(const Vector &b, SquareMatrix &c) | opentl::math::Vector | [virtual] |
| opentl::math::Matrix::mult(double s, Matrix &c) const | opentl::math::Matrix | [virtual] |
| opentl::math::Matrix::mult(double alpha, const Matrix &b, double beta, const Matrix &c, Matrix &d, const Transpose &flag=No_T) const | opentl::math::Matrix | [virtual] |
| opentl::math::Matrix::mult(double alpha, const Matrix &b, Matrix &c, const Transpose &flag=No_T) const | opentl::math::Matrix | [virtual] |
| opentl::math::Matrix::mult(const Matrix &b, Matrix &c, const Transpose &flag=No_T) const | opentl::math::Matrix | [virtual] |
| opentl::math::Matrix::mult(const Vector &b, Vector &c, const Transpose &flag=No_T) const | opentl::math::Matrix | [virtual] |
| No_T enum value | opentl::math::Matrix | |
| None enum value | opentl::math::Matrix | |
| normalize() | opentl::math::Vector4 | [virtual] |
| operator!=(const Matrix &src) const | opentl::math::Matrix | [virtual] |
| operator()(unsigned int row, unsigned int col=0) const | opentl::math::Vector | [inline] |
| opentl::math::Matrix::operator()(std::size_t row, std::size_t col) const | opentl::math::Matrix | [virtual] |
| operator*(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator*(const double f) | opentl::math::Matrix | [virtual] |
| operator*=(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator*=(double &factor) | opentl::math::Matrix | [virtual] |
| operator+(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator+=(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator-(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator-=(const Matrix &m) | opentl::math::Matrix | [virtual] |
| operator/(const double f) | opentl::math::Matrix | [virtual] |
| operator=(const Matrix &src) | opentl::math::Matrix | [virtual] |
| operator==(const Matrix &src) const | opentl::math::Matrix | [virtual] |
| operator[](unsigned int n) const | opentl::math::Vector | [inline] |
| opentl::math::Matrix::operator[](std::size_t row) const | opentl::math::Matrix | |
| power(double p) | opentl::math::Matrix | [virtual] |
| randomize(double mw, double saw, int mode=0) | opentl::math::Matrix | [virtual] |
| releaseData() | opentl::math::Matrix | [protected, virtual] |
| resize(std::size_t rows, std::size_t cols=1) | opentl::math::Matrix | [virtual] |
| rows() const | opentl::math::Matrix | [virtual] |
| rowSlice(std::size_t r, Vector &v) const | opentl::math::Matrix | [virtual] |
| setColumnSlice(const Vector &v, std::size_t c) | opentl::math::Matrix | [virtual] |
| setMatrixSlice(const Matrix &m, std::size_t row, std::size_t col) | opentl::math::Matrix | [virtual] |
| setRowSlice(const Vector &v, std::size_t r) | opentl::math::Matrix | [virtual] |
| solveLSE(const opentl::math::Matrix &B, opentl::math::Matrix &X, const InversionMethod &method=LU) | opentl::math::Matrix | [virtual] |
| sub(const Vector &b, Vector &c) | opentl::math::Vector | [virtual] |
| opentl::math::Matrix::sub(const Matrix &b, Matrix &c) const | opentl::math::Matrix | [virtual] |
| svd(opentl::math::Matrix &W, opentl::math::Matrix &U, opentl::math::Matrix &V, const SvdMethod &method=None) const | opentl::math::Matrix | [virtual] |
| svd(opentl::math::Vector &W, opentl::math::Matrix &U, opentl::math::Matrix &V) const | opentl::math::Matrix | [virtual] |
| SVD enum value | opentl::math::Matrix | |
| SVD_SYM enum value | opentl::math::Matrix | |
| SvdMethod enum name | opentl::math::Matrix | |
| transpose(Matrix &aT) | opentl::math::Matrix | [virtual] |
| Transpose enum name | opentl::math::Matrix | |
| U_T enum value | opentl::math::Matrix | |
| U_T_V_T enum value | opentl::math::Matrix | |
| V_T enum value | opentl::math::Matrix | |
| Vector() | opentl::math::Vector | |
| Vector(std::size_t dim) | opentl::math::Vector | [explicit] |
| Vector(const Vector &matrix) | opentl::math::Vector | [explicit] |
| Vector(const Matrix &matrix) | opentl::math::Vector | [explicit] |
| Vector4() | opentl::math::Vector4 | |
| Vector4(double x, double y, double z, double s=1.0f) | opentl::math::Vector4 | |
| Vector4(const Vector4 &m) | opentl::math::Vector4 | |
| Vector4(const Matrix &m) | opentl::math::Vector4 | [explicit] |
| Vector4(const Vector3 &v) | opentl::math::Vector4 | [explicit] |
| ~Matrix() | opentl::math::Matrix | [virtual] |
| ~Vector() | opentl::math::Vector | [virtual] |
| ~Vector4() | opentl::math::Vector4 | [virtual] |