MatrixBase< T, Derived, VectorType, LUDecompositionType > Member List

This is the complete list of members for MatrixBase< T, Derived, VectorType, LUDecompositionType >, including all inherited members.

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


Generated on Sun May 17 11:14:22 2009 for Eigen by  doxygen 1.5.8