, including all inherited members.
| Abs() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Abs() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| add_AAt(const OTHERMATRIX &A) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| add_Ac(const OTHERMATRIX &m, const Scalar c) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| adjoint() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| adjointInPlace() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| adjustRange(Scalar valMin, Scalar valMax) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| all(void) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| any(void) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| applyHouseholderOnTheLeft(const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| applyHouseholderOnTheRight(const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| applyOnTheLeft(const EigenBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| applyOnTheLeft(Index p, Index q, const JacobiRotation< OtherScalar > &j) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| applyOnTheRight(const EigenBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| applyOnTheRight(Index p, Index q, const JacobiRotation< OtherScalar > &j) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| array() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| array() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| asDiagonal() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| assign(const Scalar v) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| assign(size_t N, const Scalar v) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Base typedef | Homogeneous< MatrixType, _Direction > | |
| begin() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| begin() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| block(Index startRow, Index startCol, Index blockRows, Index blockCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| block(Index startRow, Index startCol, Index blockRows, Index blockCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| block(Index startRow, Index startCol) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| block(Index startRow, Index startCol) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| blueNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| bottomLeftCorner(Index cRows, Index cCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomLeftCorner(Index cRows, Index cCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomLeftCorner() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomLeftCorner() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRightCorner(Index cRows, Index cCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRightCorner(Index cRows, Index cCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRightCorner() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRightCorner() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRows(Index n) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRows(Index n) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRows() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| bottomRows() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cast() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| checkTransposeAliasing(const OtherDerived &other) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [protected] |
| chol(MATRIX &U) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| coeff(Index row, Index col) const | Homogeneous< MatrixType, _Direction > | [inline] |
| CoeffReadCost enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| CoeffReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| col(Index i) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| col(Index i) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| colPivHouseholderQr() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| cols() const | Homogeneous< MatrixType, _Direction > | [inline] |
| ColsAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| colwise() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| colwise() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ColwiseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| computeInverseAndDetWithCheck(ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| computeInverseWithCheck(ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| conjugate() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| const_iterator typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Constant(Index rows, Index cols, const Scalar &value) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Constant(Index size, const Scalar &value) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Constant(const Scalar &value) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| ConstColwiseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ConstDiagonalReturnType typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| ConstReverseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ConstRowwiseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ConstSegmentReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ConstStartMinusOne typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| ConstTransposeReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| cos() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| cosh() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| count() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| countNonZero() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cross(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| cross3(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| cwiseAbs() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseAbs2() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseEqual(const Scalar &s) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseInverse() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| cwiseSqrt() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| DenseBase() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline, protected] |
| det() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| determinant() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal(Index index) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonal(Index index) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| DiagonalReturnType typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| diagonalSize() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Direction enum value | Homogeneous< MatrixType, _Direction > | |
| dot(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| EIGEN_CWISE_PRODUCT_RETURN_TYPE(Homogeneous< MatrixType, _Direction >, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| eigenValues(VECTOR &eVals) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| eigenvalues() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| eigenVectors(MATRIX1 &eVecs, MATRIX2 &eVals) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| eigenVectorsSymmetric(MATRIX1 &eVecs, MATRIX2 &eVals) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| eigenVectorsSymmetricVec(MATRIX1 &eVecs, VECTOR1 &eVals) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| eigenVectorsVec(MATRIX1 &eVecs, VECTOR1 &eVals) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| empty() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| end() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| end() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| eulerAngles(Index a0, Index a1, Index a2) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| eval() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| evalTo(Dest &) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Exp() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Exp() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| exp() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| extractCol(size_t nCol, VECTOR &v, size_t startingRow=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractCol(size_t nCol, std::vector< T > &v, size_t startingRow=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractMatrix(const size_t firstRow, const size_t firstCol, MATRIX &m) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractMatrix(const size_t firstRow, const size_t firstCol, const size_t nRows, const size_t nCols, MATRIX &m) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractRow(size_t nRow, Eigen::EigenBase< OtherDerived > &v, size_t startingCol=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractRow(size_t nRow, std::vector< T > &v, size_t startingCol=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractRowAsCol(size_t nRow, VECTOR &v, size_t startingCol=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractSubmatrix(const size_t row_first, const size_t row_last, const size_t col_first, const size_t col_last, MATRIX &out) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractSubmatrixSymmetrical(const std::vector< size_t > &indices, MATRIX &out) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| extractSubmatrixSymmetricalBlocks(const size_t block_size, const std::vector< size_t > &block_indices, MATRIX &out) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| eye() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| fill(const Scalar v) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| DenseBase< Homogeneous< MatrixType, _Direction > >::fill(const Scalar &value) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| find_index_max_value(size_t &u, size_t &v, Scalar &valMax) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| flagged() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| Flags enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| forceAlignedAccess() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| forceAlignedAccess() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| forceAlignedAccessIf() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| forceAlignedAccessIf() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| format(const IOFormat &fmt) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| fromMatlabStringFormat(const std::string &s, bool dumpErrorMsgToStdErr=true) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| fullPivHouseholderQr() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| fullPivLu() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| get_unsafe(const size_t row, const size_t col) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| get_unsafe(const size_t row, const size_t col) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| get_unsafe_row(size_t row) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| get_unsafe_row(size_t row) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| getColCount() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| getRowCount() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| head(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| head(Index size) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| head() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| head() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| hnormalized() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| HNormalizedReturnType typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Homogeneous(const MatrixType &matrix) | Homogeneous< MatrixType, _Direction > | [inline] |
| homogeneous() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| HomogeneousReturnType typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| HomogeneousReturnTypeDirection enum value | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| householderQr() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| hypotNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Identity() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Identity(Index rows, Index cols) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| imag() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| imag() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Index typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| inMatlabFormat(const size_t decimal_digits=6) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| innerSize() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| InnerSizeAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| InnerStrideAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| insertCol(size_t nCol, const MAT &aCol) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| insertMatrix(size_t r, size_t c, const MAT &m) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| insertMatrixTranspose(size_t r, size_t c, const MAT &m) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| insertRow(size_t nRow, const MAT &aRow) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| inv() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| inv(MATRIX &outMat) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| inv_fast(MATRIX &outMat) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| inverse() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| isApprox(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isApproxToConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isConstant(const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isDiagonal() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| isDiagonal(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| isIdentity(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| isLowerTriangular(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| isMuchSmallerThan(const RealScalar &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isMuchSmallerThan(const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isOnes(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isOrthogonal(const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| IsRowMajor enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isSingular(const Scalar absThreshold=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| isSquare() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| isUnitary(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| isUpperTriangular(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| IsVectorAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| isZero(RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| iterator typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| jacobiSvd(unsigned int computationOptions=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| laplacian(Eigen::MatrixBase< OtherDerived > &ret) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| largestEigenvector(OUTVECT &x, Scalar resolution=Scalar(0.01), size_t maxIterations=6, int *out_Iterations=NULL, float *out_estimatedResolution=NULL) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| lazyProduct(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| ldlt() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| leftCols(Index n) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| leftCols(Index n) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| leftCols() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| leftCols() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| leftDivideSquare(const MAT2 &A, MAT3 &RES) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| LinSpaced(Sequential_t, Index size, const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| LinSpaced(Index size, const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| LinSpaced(Sequential_t, const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| LinSpaced(const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| llt() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| loadFromTextFile(const std::string &file) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| loadFromTextFile(std::istream &_input_text_stream) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Log() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Log() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| lpNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| lu() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| m_matrix | Homogeneous< MatrixType, _Direction > | [protected] |
| makeHouseholder(EssentialPart &essential, Scalar &tau, RealScalar &beta) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| makeHouseholderInPlace(Scalar &tau, RealScalar &beta) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| matrix() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| matrix() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| MatrixBase() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline, protected] |
| matrixFunction(StemFunction f) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| maxCoeff() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| maxCoeff(Index *row, Index *col) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| maxCoeff(Index *index) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| MaxColsAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| maximum() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| maximum(size_t *maxIndex) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| maximumDiagonal() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| MaxRowsAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| MaxSizeAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| mean() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| meanAndStd(VEC &outMeanVector, VEC &outStdVector, const bool unbiased_variance=true) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| meanAndStdAll(double &outMean, double &outStd, const bool unbiased_variance=true) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleCols(Index startCol, Index numCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleCols(Index startCol, Index numCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleCols(Index startCol) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleCols(Index startCol) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleRows(Index startRow, Index numRows) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleRows(Index startRow, Index numRows) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleRows(Index startRow) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| middleRows(Index startRow) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| minCoeff() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| minCoeff(Index *row, Index *col) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| minCoeff(Index *index) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| minimum() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| minimum(size_t *minIndex) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| minimum_maximum(Scalar &out_min, Scalar &out_max) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| minimum_maximum(Scalar &out_min, Scalar &out_max, size_t *minIndex, size_t *maxIndex) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply(const MATRIX1 &A, const MATRIX2 &B) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_A_skew3(const MAT_A &A, const SKEW_3VECTOR &v) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AAt(const MAT_A &A) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AAt_scalar(const MAT_A &A, typename MAT_A::value_type f) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_Ab(const OTHERVECTOR1 &vIn, OTHERVECTOR2 &vOut, bool accumToOutput=false) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AB(const MATRIX1 &A, const MATRIX2 &B) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_ABC(const MAT_A &A, const MAT_B &B, const MAT_C &C) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_ABCt(const MAT_A &A, const MAT_B &B, const MAT_C &C) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_ABt(const MAT_A &A, const MAT_B &B) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AtA(const MAT_A &A) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AtA_scalar(const MAT_A &A, typename MAT_A::value_type f) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AtB(const MATRIX1 &A, const MATRIX2 &B) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_Atb(const OTHERVECTOR1 &vIn, OTHERVECTOR2 &vOut, bool accumToOutput=false) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_AtBC(const MAT_A &A, const MAT_B &B, const MAT_C &C) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_HCHt(const MAT_C &C, MAT_R &R, bool accumResultInOutput=false) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_HCHt_scalar(const MAT_C &C) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_HtCH(const MAT_C &C, MAT_R &R, bool accumResultInOutput=false) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_HtCH_scalar(const MAT_C &C) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_result_is_symmetric(const MAT_A &A, const MAT_B &B) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_skew3_A(const SKEW_3VECTOR &v, const MAT_A &A) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiply_subMatrix(const MAT_A &A, MAT_OUT &outResult, const size_t A_cols_offset, const size_t A_rows_offset, const size_t A_col_count) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiplyColumnByScalar(size_t c, Scalar s) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| multiplyRowByScalar(size_t r, Scalar s) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| nestByValue() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| noalias() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| nonZeros() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| norm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| norm_inf() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| normalize(Scalar valMin, Scalar valMax) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| normalize() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| normalized() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| NullaryExpr(Index rows, Index cols, const CustomNullaryOp &func) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| NullaryExpr(Index size, const CustomNullaryOp &func) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| NullaryExpr(const CustomNullaryOp &func) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| ones(const size_t row, const size_t col) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| ones() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Ones(Index rows, Index cols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Ones(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Ones() | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| operator!=(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator*(const MatrixBase< Rhs > &rhs) const | Homogeneous< MatrixType, _Direction > | [inline] |
| operator*(const MatrixBase< Lhs > &lhs, const Homogeneous &rhs) | Homogeneous< MatrixType, _Direction > | [friend] |
| operator*(const Transform< Scalar, Dim, Mode > &lhs, const Homogeneous &rhs) | Homogeneous< MatrixType, _Direction > | [friend] |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const Scalar &scalar) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const RealScalar &scalar) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const std::complex< Scalar > &scalar) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const Scalar &scalar, const StorageBaseType &matrix) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [friend] |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const std::complex< Scalar > &scalar, const StorageBaseType &matrix) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [friend] |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const DiagonalBase< DiagonalDerived > &diagonal) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| MatrixBase< Homogeneous< MatrixType, _Direction > >::operator*(const UniformScaling< Scalar > &s) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator*=(const EigenBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| DenseBase< Homogeneous< MatrixType, _Direction > >::operator*=(const Scalar &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator+=(const MatrixBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator+=(const ArrayBase< OtherDerived > &array) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline, protected] |
| DenseBase< Homogeneous< MatrixType, _Direction > >::operator+=(const EigenBase< OtherDerived > &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| operator-() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator-=(const MatrixBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator-=(const ArrayBase< OtherDerived > &array) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline, protected] |
| DenseBase< Homogeneous< MatrixType, _Direction > >::operator-=(const EigenBase< OtherDerived > &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| operator/(const Scalar &scalar) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator/=(const Scalar &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator<<(const Scalar &s) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| operator<<(const DenseBase< OtherDerived > &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| operator=(const MatrixBase &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator=(const DenseBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator=(const EigenBase< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| operator=(const ReturnByValue< OtherDerived > &other) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| DenseBase< Homogeneous< MatrixType, _Direction > >::operator=(const DenseBase &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| operator==(const MatrixBase< OtherDerived > &other) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operator^=(const unsigned int pow) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| operatorNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| outerSize() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| OuterStrideAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| PacketScalar typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| part() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| part() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| partialPivLu() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| PlainObject typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| prod() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| push_back(Scalar val) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Random(Index rows, Index cols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Random(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Random() | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| rank(double threshold=0) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| real() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| real() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| RealScalar typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| removeColumns(const std::vector< size_t > &idxsToRemove) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| removeRows(const std::vector< size_t > &idxsToRemove) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| replicate() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| replicate(Index rowFacor, Index colFactor) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| resize(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| resize(Index rows, Index cols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| reverse() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| reverse() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| reverseInPlace() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ReverseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| rightCols(Index n) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| rightCols(Index n) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| rightCols() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| rightCols() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| rightDivideSquare(const MAT2 &B, MAT3 &RES) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| row(Index i) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| row(Index i) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| rows() const | Homogeneous< MatrixType, _Direction > | [inline] |
| RowsAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| rowwise() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| rowwise() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| RowwiseReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| saveToTextFile(const std::string &file, mrpt::math::TMatrixTextFileFormat fileFormat=mrpt::math::MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Scalar typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| scalarPow(const Scalar s) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| segment(Index start, Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| segment(Index start, Index size) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| segment(Index start) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| segment(Index start) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| SegmentReturnType typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| select(const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| select(const DenseBase< ThenDerived > &thenMatrix, typename ThenDerived::Scalar elseScalar) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| select(typename ElseDerived::Scalar thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| selfadjointView() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| selfadjointView() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| set_unsafe(const size_t row, const size_t col, const Scalar val) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| setConstant(const Scalar &value) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| setIdentity() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| setIdentity(Index rows, Index cols) | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| setLinSpaced(Index size, const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| setLinSpaced(const Scalar &low, const Scalar &high) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| setOnes() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| setRandom() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| setSize(size_t row, size_t col) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| setZero() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| sin() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| sinh() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| SizeAtCompileTime enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| SizeMinusOne enum value | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| sparseView(const Scalar &m_reference=Scalar(0), typename NumTraits< Scalar >::Real m_epsilon=NumTraits< Scalar >::dummy_precision()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| Sqrt() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Sqrt() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Square() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Square() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| squaredNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| squareNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| stableNorm() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| static_size enum value | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| StemFunction typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| StorageKind typedef | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| substract_AAt(const OTHERMATRIX &A) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| substract_Ac(const OTHERMATRIX &m, const Scalar c) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| substract_An(const OTHERMATRIX &m, const size_t n) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| substract_At(const OTHERMATRIX &m) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| sum() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| sumAll() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| swap(const DenseBase< OtherDerived > &other, int=OtherDerived::ThisConstantIsPrivateInPlainObjectBase) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| swap(PlainObjectBase< OtherDerived > &other) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| swapCols(size_t i1, size_t i2) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| swapRows(size_t i1, size_t i2) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| t() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| tail(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| tail(Index size) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| tail() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| tail() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| ThisConstantIsPrivateInPlainObjectBase enum value | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| topLeftCorner(Index cRows, Index cCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topLeftCorner(Index cRows, Index cCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topLeftCorner() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topLeftCorner() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRightCorner(Index cRows, Index cCols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRightCorner(Index cRows, Index cCols) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRightCorner() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRightCorner() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRows(Index n) | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRows(Index n) const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRows() | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| topRows() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| trace() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| transpose() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| transpose() const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| transposeInPlace() | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| triangularView() | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| triangularView() const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| unaryExpr(const CustomUnaryOp &func=CustomUnaryOp()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| unaryViewExpr(const CustomViewOp &func=CustomViewOp()) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| unit(const size_t nRows, const Scalar diag_vals) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| unit() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| Unit(Index size, Index i) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Unit(Index i) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| unitOrthogonal(void) const | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| UnitW() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| UnitX() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| UnitY() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| UnitZ() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [static] |
| unsafeRemoveColumns(const std::vector< size_t > &idxs) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| unsafeRemoveRows(const std::vector< size_t > &idxs) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| value() const | DenseBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| value_type typedef | MatrixBase< Homogeneous< MatrixType, _Direction > > | |
| visit(Visitor &func) const | DenseBase< Homogeneous< MatrixType, _Direction > > | |
| Zero(Index rows, Index cols) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Zero(Index size) | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| Zero() | DenseBase< Homogeneous< MatrixType, _Direction > > | [static] |
| zeros() | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |
| zeros(const size_t row, const size_t col) | MatrixBase< Homogeneous< MatrixType, _Direction > > | [inline] |