maal::boost::Matrix Member List

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

_checksize(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_checksize(const InternalMatrix &mat1, const unsigned int s1, const unsigned int s2)maal::boost::Matrixinlineprotectedstatic
_checksizeProd(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_checksizeProd(const InternalMatrix &mat1, const Vector::InternalVector &vct)maal::boost::Matrixinlineprotectedstatic
_checksizeProdVerb(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_checksizeProdVerb(const InternalMatrix &mat1, const Vector::InternalVector &vct)maal::boost::Matrixinlineprotectedstatic
_checksizeSquare(const InternalMatrix &mat1)maal::boost::Matrixinlineprotectedstatic
_checksizeSquareVerb(const InternalMatrix &mat1)maal::boost::Matrixinlineprotectedstatic
_checksizeVerb(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_checksizeVerb(const InternalMatrix &mat1, const unsigned int s1, const unsigned int s2)maal::boost::Matrixinlineprotectedstatic
_resize(InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_resizeInv(InternalMatrix &res, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_resizeProd(InternalMatrix &res, const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrixinlineprotectedstatic
_resizeProd(Vector::InternalVector &res, const InternalMatrix &mat1)maal::boost::Matrixinlineprotectedstatic
accessToMotherLib(void)maal::boost::Matrixinline
accessToMotherLib(void) constmaal::boost::Matrixinline
addition(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrixfriend
addition(const Matrix &B) constmaal::boost::Matrixinline
addition(const Matrix &B, Matrix &C) constmaal::boost::Matrixinline
addition(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrixfriend
addition(const FloatType x) constmaal::boost::Matrixinline
addition(const FloatType x, Matrix &C) constmaal::boost::Matrixinline
AUTORESIZEmaal::boost::Matrixstatic
autoresize(void)maal::boost::Matrixinline
CHECKRESIZEmaal::boost::Matrixstatic
dampedInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *Uref=NULL, Vector *Sref=NULL, Matrix *Vref=NULL) constmaal::boost::Matrixinlinevirtual
dampedInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Vector *S=NULL, Matrix *V=NULL) constmaal::boost::Matrixinline
datablock(void)maal::boost::Matrixinline
datablock(void) constmaal::boost::Matrixinline
determinant(void) constmaal::boost::Matrixinline
division(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrixfriend
division(const FloatType x) constmaal::boost::Matrixinline
division(const FloatType x, Matrix &C) constmaal::boost::Matrixinline
dynamicMatrixmaal::boost::Matrix
elementAt(const int row, const int col) constmaal::boost::Matrixinline
elementAt(const int row, const int col)maal::boost::Matrixinline
elementAt(const int elmt) constmaal::boost::Matrixinline
elementAt(const int elmt)maal::boost::Matrixinline
extract(const int top, const int left, const int nbrows, const int nbcols, Matrix &C) constmaal::boost::Matrixinline
extract(const int top, const int left, const int nbrows, const int nbcols)maal::boost::Matrixinline
fill(const FloatType value)maal::boost::Matrixinline
getDiagonal(void) constmaal::boost::Matrixinline
getDiagonal(Vector &vector) constmaal::boost::Matrixinline
initFromMotherLib(const InternalMatrix &bv)maal::boost::Matrixinline
InternalMatrix typedefmaal::boost::Matrix
inverse(Matrix &invMatrix) constmaal::boost::Matrixinline
inverse(void) constmaal::boost::Matrixinline
juxtaposeMatrix(const Matrix &, Matrix &C) constmaal::boost::Matrixinline
juxtaposeMatrix(const Matrix &B) constmaal::boost::Matrixinline
Matrix(const unsigned int rows=0, const unsigned int cols=0)maal::boost::Matrixinline
Matrix(InternalMatrix *clone, const bool proprio=false)maal::boost::Matrixinline
Matrix(const Matrix &copy)maal::boost::Matrixinline
matrixmaal::boost::Matrix
max(void) constmaal::boost::Matrixinline
min(void) constmaal::boost::Matrixinline
multiply(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrixfriend
multiply(const Matrix &B) constmaal::boost::Matrixinline
multiply(const Matrix &B, Matrix &C) constmaal::boost::Matrixinline
multiply(const Matrix &M, const Vector &v, Vector &res)maal::boost::Matrixfriend
multiply(const Vector &v) constmaal::boost::Matrixinline
multiply(const Vector &v, Vector &res) constmaal::boost::Matrixinline
multiply(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrixfriend
multiply(const FloatType x) constmaal::boost::Matrixinline
multiply(const FloatType x, Matrix &C) constmaal::boost::Matrixinline
nbCols(void) constmaal::boost::Matrixinline
nbRows(void) constmaal::boost::Matrixinline
norm(void) constmaal::boost::Matrixinline
norm1(void) constmaal::boost::Matrixinline
normInfty(void) constmaal::boost::Matrixinline
operator()(const int i, const int j) constmaal::boost::Matrixinline
operator()(const int i, const int j)maal::boost::Matrixinline
operator()(const int n) constmaal::boost::Matrixinline
operator()(const int n)maal::boost::Matrixinline
operator*(const Matrix &m1, const Matrix &m2)maal::boost::Matrixfriend
operator*(const Matrix &M, const Vector &v1)maal::boost::Matrixfriend
operator*(const Vector &v1, const Matrix &M)maal::boost::Matrixfriend
operator*(const FloatType x, const Matrix &m1)maal::boost::Matrixfriend
operator*(const Matrix &m1, const FloatType x)maal::boost::Matrixfriend
operator*=(const Matrix &m1)maal::boost::Matrixinline
operator*=(const FloatType x)maal::boost::Matrixinline
operator+(const Matrix &m1, const Matrix &m2)maal::boost::Matrixfriend
operator+(const FloatType x, const Matrix &m1)maal::boost::Matrixfriend
operator+(const Matrix &m1, const FloatType x)maal::boost::Matrixfriend
operator+=(const Matrix &m1)maal::boost::Matrixinline
operator-(const Matrix &m1, const Matrix &m2)maal::boost::Matrixfriend
operator-(const Matrix &m)maal::boost::Matrixfriend
operator-(const FloatType x, const Matrix &m1)maal::boost::Matrixfriend
operator-(const Matrix &m1, const FloatType x)maal::boost::Matrixfriend
operator-=(const Matrix &m1)maal::boost::Matrixinline
operator/(const FloatType x, const Matrix &m1)maal::boost::Matrixfriend
operator/(const Matrix &m1, const FloatType x)maal::boost::Matrixfriend
operator<<(std::ostream &os, const Matrix &m1)maal::boost::Matrixfriend
operator=(const Matrix &m1)maal::boost::Matrixinline
operator>>(std::istream &is, Matrix &v1)maal::boost::Matrixfriend
opposite(Matrix &res) constmaal::boost::Matrixinline
opposite(void) constmaal::boost::Matrixinline
propriomaal::boost::Matrix
pseudoInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *Uref=NULL, Vector *Sref=NULL, Matrix *Vref=NULL) constmaal::boost::Matrixinlinevirtual
pseudoInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Vector *S=NULL, Matrix *V=NULL) constmaal::boost::Matrixinline
resize(const unsigned int nbRows, const unsigned int nbCols, const bool setZero=true)maal::boost::Matrixinline
setDiagonal(const Vector &vector)maal::boost::Matrixinline
setIdentity(void)maal::boost::Matrixinline
setZero(void)maal::boost::Matrixinline
stackMatrix(const Matrix &, Matrix &C) constmaal::boost::Matrixinline
stackMatrix(const Matrix &B) constmaal::boost::Matrixinline
staticMatrixmaal::boost::Matrix
substraction(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrixfriend
substraction(const Matrix &B) constmaal::boost::Matrixinline
substraction(const Matrix &B, Matrix &C) constmaal::boost::Matrixinline
substraction(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrixfriend
substraction(const FloatType x) constmaal::boost::Matrixinline
substraction(const FloatType x, Matrix &C) constmaal::boost::Matrixinline
sumSquare(void) constmaal::boost::Matrixinline
trace(void) constmaal::boost::Matrixinline
transpose(Matrix &At) constmaal::boost::Matrixinline
transpose(void) constmaal::boost::Matrixinline
Vector classmaal::boost::Matrixfriend
~Matrix(void)maal::boost::Matrixinlinevirtual