MatrixBase Member List

This is the complete list of members for MatrixBase, including all inherited members.

adjoint() const MatrixBase [inline]
array() const MatrixBase [inline]
array()MatrixBase [inline]
column(int col) const MatrixBase [inline]
columnPtr(int col) const MatrixBase [inline]
columnPtr(int col)MatrixBase [inline]
computeAdjoint(Derived *result) const MatrixBase [inline]
computeBasisKer(Derived *result) const MatrixBase [inline]
computeInverse(Derived *result) const MatrixBase [inline]
computeInverseSafely(Derived *result, bool *invertible) const MatrixBase [inline]
computeSomeAntecedent(const VectorType &v, VectorType *result) const MatrixBase [inline]
determinant() const MatrixBase [inline]
dimKer() const MatrixBase [inline]
findBiggestEntry(int *res_row, int *res_col, int skip=0) const MatrixBase [inline]
getColumn(int column, T *ret) const MatrixBase [inline]
getColumn(int column, VectorType *ret) const MatrixBase [inline]
getRow(int row, T *ret) const MatrixBase [inline]
getRow(int row, VectorType *ret) const MatrixBase [inline]
hasDynamicSize()MatrixBase [inline, static]
inverse() const MatrixBase [inline]
isApprox(const Derived &other, const T &precision=Util::epsilon< T >()) const MatrixBase [inline]
isInvertible() const MatrixBase [inline]
isNegligible(const T &other, const T &precision=Util::epsilon< T >()) const MatrixBase [inline]
isZero(const T &precision=Util::epsilon< T >()) const MatrixBase [inline]
leftmultiply(const VectorType &vector, VectorType *res) const MatrixBase [inline]
loadDiagonal(const T &coeff)MatrixBase [inline]
loadDiagonal(const VectorType &coeffs)MatrixBase [inline]
loadIdentity()MatrixBase [inline]
loadOrthoBasis(const VectorType &vector)MatrixBase [inline]
loadRandom()MatrixBase [inline]
loadRotation2(const T &angle)MatrixBase [inline]
loadRotation3(const T &angle, const VectorType &axis)MatrixBase [inline]
loadScaling(const T &coeff)MatrixBase [inline]
loadScaling(const VectorType &coeffs)MatrixBase [inline]
loadZero()MatrixBase [inline]
multiply(const Derived &other, Derived *res) const MatrixBase [inline]
multiply(const VectorType &vector, VectorType *res) const MatrixBase [inline]
multiplyEntries(const Derived &other, Derived *res) const MatrixBase [inline]
operator!=(const Derived &other) const MatrixBase [inline]
operator()(int row, int col) const MatrixBase [inline]
operator()(int row, int col)MatrixBase [inline]
operator*(const _VectorType &v, const MatrixBase< _T, _Derived, _VectorType, _LUDecompositionType > &m)MatrixBase [friend]
operator*(const Derived &other) const MatrixBase [inline]
operator*(const T &factor) const MatrixBase [inline]
operator*(const VectorType &vector) const MatrixBase [inline]
operator*=(_VectorType &v, const MatrixBase< _T, _Derived, _VectorType, _LUDecompositionType > &m)MatrixBase [friend]
operator*=(const Derived &other)MatrixBase [inline]
operator*=(const T &factor)MatrixBase [inline]
operator+(const Derived &other) const MatrixBase [inline]
operator+=(const Derived &other)MatrixBase [inline]
operator-(const Derived &other) const MatrixBase [inline]
operator-() const MatrixBase [inline]
operator-=(const Derived &other)MatrixBase [inline]
operator/(const T &factor) const MatrixBase [inline]
operator/=(const T &factor)MatrixBase [inline]
operator=(const Derived &other)MatrixBase [inline]
operator==(const Derived &other) const MatrixBase [inline]
operator[](int i) const MatrixBase [inline]
operator[](int i)MatrixBase [inline]
prerotate2(const T &angle)MatrixBase [inline]
prerotate3(const T &angle, const VectorType &axis)MatrixBase [inline]
prescale(const VectorType &coeffs)MatrixBase [inline]
rank() const MatrixBase [inline]
readArray(const T *src)MatrixBase [inline]
readRows(const T *rows)MatrixBase [inline]
recursiveGramSchmidt(int n)MatrixBase [inline]
replaceWithAdjoint()MatrixBase [inline]
replaceWithOpposite()MatrixBase [inline]
resize(int newsize)MatrixBase [inline]
rotate2(const T &angle)MatrixBase [inline]
rotate3(const T &angle, const VectorType &axis)MatrixBase [inline]
row(int row) const MatrixBase [inline]
scale(const VectorType &coeffs)MatrixBase [inline]
ScalType typedefMatrixBase
setColumn(int column, const T *src)MatrixBase [inline]
setColumn(int column, const VectorType &src)MatrixBase [inline]
setRow(int row, const T *src)MatrixBase [inline]
setRow(int row, const VectorType &src)MatrixBase [inline]
size() const MatrixBase [inline]
VecType typedefMatrixBase


Generated on Tue Mar 18 15:26:21 2008 for Eigen by  doxygen 1.5.5