tlp::Matrix< Obj, SIZE > Member ListThis is the complete list of members for tlp::Matrix< Obj, SIZE >, including all inherited members.
array | tlp::Array< Vector< Obj, SIZE >, SIZE > | |
cofactor() const | tlp::Matrix< Obj, SIZE > | |
determinant() const | tlp::Matrix< Obj, SIZE > | |
fill(Obj obj) | tlp::Matrix< Obj, SIZE > | [inline] |
inverse() | tlp::Matrix< Obj, SIZE > | |
Matrix() | tlp::Matrix< Obj, SIZE > | [inline] |
Matrix(const Array< Vector< Obj, SIZE >, SIZE > &a) | tlp::Matrix< Obj, SIZE > | [inline] |
Matrix(const std::vector< std::vector< Obj > > &covarianceMatrix) | tlp::Matrix< Obj, SIZE > | |
operator!=(const MATRIX &) const | tlp::Matrix< Obj, SIZE > | [inline] |
operator*=(const MATRIX &mat) | tlp::Matrix< Obj, SIZE > | [inline] |
operator*=(const Obj &obj) | tlp::Matrix< Obj, SIZE > | [inline] |
operator+(const MATRIX &mat) const | tlp::Matrix< Obj, SIZE > | [inline] |
operator+=(const MATRIX &mat) | tlp::Matrix< Obj, SIZE > | [inline] |
operator-(const MATRIX &mat) const | tlp::Matrix< Obj, SIZE > | [inline] |
operator-=(const MATRIX &mat) | tlp::Matrix< Obj, SIZE > | [inline] |
operator/(const MATRIX &mat2) const | tlp::Matrix< Obj, SIZE > | |
operator/(const Obj &obj) const | tlp::Matrix< Obj, SIZE > | |
operator/=(const MATRIX &mat) | tlp::Matrix< Obj, SIZE > | [inline] |
operator/=(const Obj &obj) | tlp::Matrix< Obj, SIZE > | [inline] |
operator==(const MATRIX &) const | tlp::Matrix< Obj, SIZE > | [inline] |
operator[](const unsigned int i) const | tlp::Array< Vector< Obj, SIZE >, SIZE > | [inline] |
operator[](const unsigned int i) | tlp::Array< Vector< Obj, SIZE >, SIZE > | [inline] |
powerIteration(const unsigned int nIterations) const | tlp::Matrix< Obj, SIZE > | [inline] |
transpose() | tlp::Matrix< Obj, SIZE > | |
|