maal::abstract::Matrix Member List

This is the complete list of members for maal::abstract::Matrix, including all inherited members.

accessToMotherLib(void)maal::abstract::Matrix
accessToMotherLib(void) constmaal::abstract::Matrix
addition(const Matrix &A, const Matrix &B, Matrix &C)maal::abstract::Matrixfriend
addition(const Matrix &B) constmaal::abstract::Matrixinline
addition(const Matrix &B, Matrix &C) constmaal::abstract::Matrixinline
addition(const Matrix &A, const FloatType x, Matrix &C)maal::abstract::Matrixfriend
addition(const FloatType x) constmaal::abstract::Matrixinline
addition(const FloatType x, Matrix &C) constmaal::abstract::Matrixinline
dampedInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *U=NULL, Matrix *S=NULL, Matrix *V=NULL) constmaal::abstract::Matrixinline
dampedInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Matrix *S=NULL, Matrix *V=NULL) constmaal::abstract::Matrixinline
datablock(void)maal::abstract::Matrixinline
datablock(void) constmaal::abstract::Matrixinline
determinant(void) constmaal::abstract::Matrixinline
division(const Matrix &A, const FloatType x, Matrix &C)maal::abstract::Matrixfriend
division(const FloatType x) constmaal::abstract::Matrixinline
division(const FloatType x, Matrix &C) constmaal::abstract::Matrixinline
elementAt(const int row, const int col) constmaal::abstract::Matrixinline
elementAt(const int row, const int col)maal::abstract::Matrixinline
elementAt(const int elmt) constmaal::abstract::Matrixinline
elementAt(const int elmt)maal::abstract::Matrixinline
extract(const int top, const int left, const int nbrows, const int nbcols, Matrix &C) constmaal::abstract::Matrixinline
extract(const int top, const int left, const int nbrows, const int nbcols) constmaal::abstract::Matrixinline
fill(const FloatType value)maal::abstract::Matrixinline
getDiagonal(void) constmaal::abstract::Matrixinline
getDiagonal(Vector &vector) constmaal::abstract::Matrixinline
initFromMotherLib(const InternalMatrix &bv)maal::abstract::Matrix
inverse(Matrix &invMatrix) constmaal::abstract::Matrixinline
inverse(void) constmaal::abstract::Matrixinline
juxtaposeMatrix(const Matrix &B, Matrix &C) constmaal::abstract::Matrixinline
juxtaposeMatrix(const Matrix &B) constmaal::abstract::Matrixinline
Matrix(const unsigned int rows=0, const unsigned int cols=0)maal::abstract::Matrix
Matrix(InternalMatrix *clone, const bool proprio=false)maal::abstract::Matrix
Matrix(const Matrix &copy)maal::abstract::Matrix
max(void) constmaal::abstract::Matrixinline
min(void) constmaal::abstract::Matrixinline
multiply(const Matrix &A, const Matrix &B, Matrix &C)maal::abstract::Matrixfriend
multiply(const Matrix &B) constmaal::abstract::Matrixinline
multiply(const Matrix &B, Matrix &C) constmaal::abstract::Matrixinline
multiply(const Matrix &M, const Vector &v, Vector &res)maal::abstract::Matrixfriend
multiply(const Vector &v) constmaal::abstract::Matrixinline
multiply(const Vector &v, Vector &res) constmaal::abstract::Matrixinline
multiply(const Matrix &A, const FloatType x, Matrix &C)maal::abstract::Matrixfriend
multiply(const FloatType x) constmaal::abstract::Matrixinline
multiply(const FloatType x, Matrix &C) constmaal::abstract::Matrixinline
nbCols(void) constmaal::abstract::Matrixinline
nbRows(void) constmaal::abstract::Matrixinline
norm(void) constmaal::abstract::Matrixinline
norm1(void) constmaal::abstract::Matrixinline
normInfty(void) constmaal::abstract::Matrixinline
operator()(const int i, const int j) constmaal::abstract::Matrixinline
operator()(const int i, const int j)maal::abstract::Matrixinline
operator()(const int n) constmaal::abstract::Matrixinline
operator()(const int n)maal::abstract::Matrixinline
operator*(const Matrix &m1, const Matrix &m2)maal::abstract::Matrixfriend
operator*(const Matrix &M, const Vector &v1)maal::abstract::Matrixfriend
operator*(const Vector &v1, const Matrix &M)maal::abstract::Matrixfriend
operator*(const FloatType x, const Matrix &m1)maal::abstract::Matrixfriend
operator*(const Matrix &m1, const FloatType x)maal::abstract::Matrixfriend
operator*=(const Matrix &m1)maal::abstract::Matrixinline
operator*=(const FloatType x)maal::abstract::Matrixinline
operator+(const Matrix &m1, const Matrix &m2)maal::abstract::Matrixfriend
operator+(const FloatType x, const Matrix &m1)maal::abstract::Matrixfriend
operator+(const Matrix &m1, const FloatType x)maal::abstract::Matrixfriend
operator+=(const Matrix &m1)maal::abstract::Matrixinline
operator-(const Matrix &m1, const Matrix &m2)maal::abstract::Matrixfriend
operator-(const Matrix &m)maal::abstract::Matrixfriend
operator-(const FloatType x, const Matrix &m1)maal::abstract::Matrixfriend
operator-(const Matrix &m1, const FloatType x)maal::abstract::Matrixfriend
operator-=(const Matrix &m1)maal::abstract::Matrixinline
operator/(const FloatType x, const Matrix &m1)maal::abstract::Matrixfriend
operator/(const Matrix &m1, const FloatType x)maal::abstract::Matrixfriend
operator<<(std::ostream &os, const Matrix &m1)maal::abstract::Matrixfriend
operator=(const Matrix &m1)maal::abstract::Matrixinline
operator>>(std::istream &is, Matrix &v1)maal::abstract::Matrixfriend
opposite(Matrix &res) constmaal::abstract::Matrixinline
opposite(void) constmaal::abstract::Matrixinline
pseudoInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *Uref=NULL, Matrix *Sref=NULL, Matrix *Vref=NULL) constmaal::abstract::Matrix
pseudoInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Matrix *S=NULL, Matrix *V=NULL) constmaal::abstract::Matrixinline
resize(const unsigned int nbRows, const unsigned int nbCols, const bool setZero=true)maal::abstract::Matrixinline
setDiagonal(const Vector &vector)maal::abstract::Matrixinline
setIdentity(void)maal::abstract::Matrixinline
setZero(void)maal::abstract::Matrixinline
stackMatrix(const Matrix &B, Matrix &C) constmaal::abstract::Matrixinline
stackMatrix(const Matrix &B) constmaal::abstract::Matrixinline
substraction(const Matrix &A, const Matrix &B, Matrix &C)maal::abstract::Matrixfriend
substraction(const Matrix &B) constmaal::abstract::Matrixinline
substraction(const Matrix &B, Matrix &C) constmaal::abstract::Matrixinline
substraction(const Matrix &A, const FloatType x, Matrix &C)maal::abstract::Matrixfriend
substraction(const FloatType x) constmaal::abstract::Matrixinline
substraction(const FloatType x, Matrix &C) constmaal::abstract::Matrixinline
sumSquare(void) constmaal::abstract::Matrixinline
trace(void) constmaal::abstract::Matrixinline
transpose(Matrix &At) constmaal::abstract::Matrixinline
transpose(void) constmaal::abstract::Matrixinline
~Matrix(void)maal::abstract::Matrixvirtual