maal::boost::MatrixSvd Member List
This is the complete list of members for maal::boost::MatrixSvd, including all inherited members.
_checksize(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_checksize(const InternalMatrix &mat1, const unsigned int s1, const unsigned int s2)maal::boost::Matrix [inline, protected, static]
_checksizeProd(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_checksizeProd(const InternalMatrix &mat1, const Vector::InternalVector &vct)maal::boost::Matrix [inline, protected, static]
_checksizeProdVerb(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_checksizeProdVerb(const InternalMatrix &mat1, const Vector::InternalVector &vct)maal::boost::Matrix [inline, protected, static]
_checksizeSquare(const InternalMatrix &mat1)maal::boost::Matrix [inline, protected, static]
_checksizeSquareVerb(const InternalMatrix &mat1)maal::boost::Matrix [inline, protected, static]
_checksizeVerb(const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_checksizeVerb(const InternalMatrix &mat1, const unsigned int s1, const unsigned int s2)maal::boost::Matrix [inline, protected, static]
_resize(InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_resizeInv(InternalMatrix &res, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_resizeProd(InternalMatrix &res, const InternalMatrix &mat1, const InternalMatrix &mat2)maal::boost::Matrix [inline, protected, static]
_resizeProd(Vector::InternalVector &res, const InternalMatrix &mat1)maal::boost::Matrix [inline, protected, static]
accessToMotherLib(void)maal::boost::Matrix [inline]
accessToMotherLib(void) const maal::boost::Matrix [inline]
addition(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrix [friend]
addition(const Matrix &B) const maal::boost::Matrix [inline]
addition(const Matrix &B, Matrix &C) const maal::boost::Matrix [inline]
addition(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrix [friend]
addition(const FloatType x) const maal::boost::Matrix [inline]
addition(const FloatType x, Matrix &C) const maal::boost::Matrix [inline]
autoresize(void)maal::boost::Matrix [inline]
AUTORESIZEmaal::boost::Matrix [static]
CHECKRESIZEmaal::boost::Matrix [static]
dampedInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *Uref=NULL, Vector *Sref=NULL, Matrix *Vref=NULL) const maal::boost::MatrixSvd [inline, virtual]
maal::boost::Matrix::dampedInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Vector *S=NULL, Matrix *V=NULL) const maal::boost::Matrix [inline]
datablock(void)maal::boost::Matrix [inline]
datablock(void) const maal::boost::Matrix [inline]
determinant(void) const maal::boost::Matrix [inline]
division(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrix [friend]
division(const FloatType x) const maal::boost::Matrix [inline]
division(const FloatType x, Matrix &C) const maal::boost::Matrix [inline]
dynamicMatrixmaal::boost::Matrix
elementAt(const int row, const int col) const maal::boost::Matrix [inline]
elementAt(const int row, const int col)maal::boost::Matrix [inline]
elementAt(const int elmt) const maal::boost::Matrix [inline]
elementAt(const int elmt)maal::boost::Matrix [inline]
extract(const int top, const int left, const int nbrows, const int nbcols, Matrix &C) const maal::boost::Matrix [inline]
extract(const int top, const int left, const int nbrows, const int nbcols)maal::boost::Matrix [inline]
fill(const FloatType value)maal::boost::Matrix [inline]
getDiagonal(void) const maal::boost::Matrix [inline]
getDiagonal(Vector &vector) const maal::boost::Matrix [inline]
initFromMotherLib(const InternalMatrix &bv)maal::boost::Matrix [inline]
initSvdMemory(void) const maal::boost::MatrixSvd [inline, protected]
InternalMatrix typedefmaal::boost::Matrix
inverse(Matrix &invMatrix) const maal::boost::Matrix [inline]
inverse(void) const maal::boost::Matrix [inline]
juxtaposeMatrix(const Matrix &, Matrix &C) const maal::boost::Matrix [inline]
juxtaposeMatrix(const Matrix &B) const maal::boost::Matrix [inline]
ldamaal::boost::MatrixSvd [mutable, protected]
lumaal::boost::MatrixSvd [mutable, protected]
lvtmaal::boost::MatrixSvd [mutable, protected]
lwmaal::boost::MatrixSvd [mutable, protected]
matrixmaal::boost::Matrix
Matrix(const unsigned int rows=0, const unsigned int cols=0)maal::boost::Matrix [inline]
Matrix(InternalMatrix *clone, const bool proprio=false)maal::boost::Matrix [inline]
Matrix(const Matrix &copy)maal::boost::Matrix [inline]
MatrixSvd(const unsigned int rows=0, const unsigned int cols=0)maal::boost::MatrixSvd [inline]
MatrixSvd(InternalMatrix *clone, const bool=false)maal::boost::MatrixSvd [inline]
MatrixSvd(const MatrixSvd &copy)maal::boost::MatrixSvd [inline]
max(void) const maal::boost::Matrix [inline]
McolMajormaal::boost::MatrixSvd [protected]
min(void) const maal::boost::Matrix [inline]
multiply(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrix [friend]
multiply(const Matrix &B) const maal::boost::Matrix [inline]
multiply(const Matrix &B, Matrix &C) const maal::boost::Matrix [inline]
multiply(const Matrix &M, const Vector &v, Vector &res)maal::boost::Matrix [friend]
multiply(const Vector &v) const maal::boost::Matrix [inline]
multiply(const Vector &v, Vector &res) const maal::boost::Matrix [inline]
multiply(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrix [friend]
multiply(const FloatType x) const maal::boost::Matrix [inline]
multiply(const FloatType x, Matrix &C) const maal::boost::Matrix [inline]
nbCols(void) const maal::boost::Matrix [inline]
nbcolsmaal::boost::MatrixSvd [mutable, protected]
nbRows(void) const maal::boost::Matrix [inline]
nbrowsmaal::boost::MatrixSvd [mutable, protected]
nmajormaal::boost::MatrixSvd [mutable, protected]
nminormaal::boost::MatrixSvd [mutable, protected]
norm(void) const maal::boost::Matrix [inline]
norm1(void) const maal::boost::Matrix [inline]
normInfty(void) const maal::boost::Matrix [inline]
operator()(const int i, const int j) const maal::boost::Matrix [inline]
operator()(const int i, const int j)maal::boost::Matrix [inline]
operator()(const int n) const maal::boost::Matrix [inline]
operator()(const int n)maal::boost::Matrix [inline]
operator*(const Matrix &m1, const Matrix &m2)maal::boost::Matrix [friend]
operator*(const Matrix &M, const Vector &v1)maal::boost::Matrix [friend]
operator*(const Vector &v1, const Matrix &M)maal::boost::Matrix [friend]
operator*(const FloatType x, const Matrix &m1)maal::boost::Matrix [friend]
operator*(const Matrix &m1, const FloatType x)maal::boost::Matrix [friend]
operator*=(const Matrix &m1)maal::boost::Matrix [inline]
operator*=(const FloatType x)maal::boost::Matrix [inline]
operator+(const Matrix &m1, const Matrix &m2)maal::boost::Matrix [friend]
operator+(const FloatType x, const Matrix &m1)maal::boost::Matrix [friend]
operator+(const Matrix &m1, const FloatType x)maal::boost::Matrix [friend]
operator+=(const Matrix &m1)maal::boost::Matrix [inline]
operator-(const Matrix &m1, const Matrix &m2)maal::boost::Matrix [friend]
operator-(const Matrix &m)maal::boost::Matrix [friend]
operator-(const FloatType x, const Matrix &m1)maal::boost::Matrix [friend]
operator-(const Matrix &m1, const FloatType x)maal::boost::Matrix [friend]
operator-=(const Matrix &m1)maal::boost::Matrix [inline]
operator/(const FloatType x, const Matrix &m1)maal::boost::Matrix [friend]
operator/(const Matrix &m1, const FloatType x)maal::boost::Matrix [friend]
operator<<(std::ostream &os, const Matrix &m1)maal::boost::Matrix [friend]
operator=(const Matrix &m1)maal::boost::Matrix [inline]
operator>>(std::istream &is, Matrix &v1)maal::boost::Matrix [friend]
opposite(Matrix &res) const maal::boost::Matrix [inline]
opposite(void) const maal::boost::Matrix [inline]
propriomaal::boost::Matrix
pseudoInverse(Matrix &invMatrix, const FloatType threshold=1e-6, Matrix *Uref=NULL, Vector *Sref=NULL, Matrix *Vref=NULL) const maal::boost::MatrixSvd [inline, virtual]
maal::boost::Matrix::pseudoInverse(const FloatType threshold=1e-6, Matrix *U=NULL, Vector *S=NULL, Matrix *V=NULL) const maal::boost::Matrix [inline]
rankJmaal::boost::MatrixSvd [mutable, protected]
resize(const unsigned int nbRows, const unsigned int nbCols, const bool setZero=true)maal::boost::Matrix [inline]
reviseMemory(void) const maal::boost::MatrixSvd [inline, protected]
smaal::boost::MatrixSvd [protected]
setDiagonal(const Vector &vector)maal::boost::Matrix [inline]
setIdentity(void)maal::boost::Matrix [inline]
setZero(void)maal::boost::Matrix [inline]
spmaal::boost::MatrixSvd [protected]
stackMatrix(const Matrix &, Matrix &C) const maal::boost::Matrix [inline]
stackMatrix(const Matrix &B) const maal::boost::Matrix [inline]
staticMatrixmaal::boost::Matrix
substraction(const Matrix &A, const Matrix &B, Matrix &C)maal::boost::Matrix [friend]
substraction(const Matrix &B) const maal::boost::Matrix [inline]
substraction(const Matrix &B, Matrix &C) const maal::boost::Matrix [inline]
substraction(const Matrix &A, const FloatType x, Matrix &C)maal::boost::Matrix [friend]
substraction(const FloatType x) const maal::boost::Matrix [inline]
substraction(const FloatType x, Matrix &C) const maal::boost::Matrix [inline]
sumSquare(void) const maal::boost::Matrix [inline]
toTransposemaal::boost::MatrixSvd [mutable, protected]
trace(void) const maal::boost::Matrix [inline]
transpose(Matrix &At) const maal::boost::Matrix [inline]
transpose(void) const maal::boost::Matrix [inline]
Umaal::boost::MatrixSvd [protected]
Vector classmaal::boost::Matrix [friend]
VTmaal::boost::MatrixSvd [protected]
wmaal::boost::MatrixSvd [protected]
~Matrix(void)maal::boost::Matrix [inline, virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines