
Public Types | |||
| typedef MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | Base | ||
| typedef Lhs::Nested | LhsNested | ||
| typedef internal::remove_all < LhsNested >::type | _LhsNested | ||
| typedef internal::blas_traits < _LhsNested > | LhsBlasTraits | ||
| typedef LhsBlasTraits::DirectLinearAccessType | ActualLhsType | ||
| typedef internal::remove_all < ActualLhsType >::type | _ActualLhsType | ||
| typedef internal::traits< Lhs > ::Scalar | LhsScalar | ||
| typedef Rhs::Nested | RhsNested | ||
| typedef internal::remove_all < RhsNested >::type | _RhsNested | ||
| typedef internal::blas_traits < _RhsNested > | RhsBlasTraits | ||
| typedef RhsBlasTraits::DirectLinearAccessType | ActualRhsType | ||
| typedef internal::remove_all < ActualRhsType >::type | _ActualRhsType | ||
| typedef internal::traits< Rhs > ::Scalar | RhsScalar | ||
| typedef CoeffBasedProduct < LhsNested, RhsNested, 0 > | FullyLazyCoeffBaseProductType | ||
| typedef Base::PlainObject | PlainObject | ||
| The plain matrix type corresponding to this expression. | |||
| enum | |||
| enum | |||
| typedef Diagonal < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | DiagonalReturnType | ||
| typedef const Diagonal< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | ConstDiagonalReturnType | ||
| typedef Homogeneous < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , HomogeneousReturnTypeDirection > | HomogeneousReturnType | ||
| typedef Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ColsAtCompileTime==1?SizeMinusOne:1, internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ColsAtCompileTime==1?1:SizeMinusOne > | ConstStartMinusOne | ||
| typedef CwiseUnaryOp < internal::scalar_quotient1_op < typename internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar >, const ConstStartMinusOne > | HNormalizedReturnType | ||
| typedef internal::stem_function < Scalar >::type | StemFunction | ||
| enum | |||
| enum | |||
| typedef internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::StorageKind | StorageKind | ||
| typedef internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Index | Index | ||
| The type of indices. | |||
| typedef internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | Scalar | ||
| typedef internal::packet_traits < Scalar >::type | PacketScalar | ||
| typedef NumTraits< Scalar >::Real | RealScalar | ||
| typedef Base::CoeffReturnType | CoeffReturnType | ||
| typedef const Transpose< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | ConstTransposeReturnType | ||
| typedef VectorBlock < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | SegmentReturnType | ||
| typedef const VectorBlock < const TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | ConstSegmentReturnType | ||
| typedef VectorwiseOp < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Horizontal > | RowwiseReturnType | ||
| typedef const VectorwiseOp < const TriangularProduct < Mode, true, Lhs, false, Rhs, true >, Horizontal > | ConstRowwiseReturnType | ||
| typedef VectorwiseOp < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Vertical > | ColwiseReturnType | ||
| typedef const VectorwiseOp < const TriangularProduct < Mode, true, Lhs, false, Rhs, true >, Vertical > | ConstColwiseReturnType | ||
| typedef Reverse < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BothDirections > | ReverseReturnType | ||
| typedef const Reverse< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BothDirections > | ConstReverseReturnType | ||
MRPT plugin: Types | |||
| enum | |||
| typedef Scalar | value_type | ||
| Type of the elements. | |||
Public Member Functions | |||
| TriangularProduct (const Lhs &lhs, const Rhs &rhs) | |||
| template<typename Dest > | |||
| void | scaleAndAddTo (Dest &dst, Scalar alpha) const | ||
| Index | rows () const | ||
| Index | cols () const | ||
| void | evalTo (Dest &dst) const | ||
| void | addTo (Dest &dst) const | ||
| void | subTo (Dest &dst) const | ||
| const _LhsNested & | lhs () const | ||
| const _RhsNested & | rhs () const | ||
| operator const PlainObject & () const | |||
| const Diagonal< const FullyLazyCoeffBaseProductType, 0 > | diagonal () const | ||
| const Diagonal < FullyLazyCoeffBaseProductType, Index > | diagonal () const | ||
| const Diagonal < FullyLazyCoeffBaseProductType, Dynamic > | diagonal (Index index) const | ||
| DiagonalReturnType | diagonal () | ||
| DiagonalIndexReturnType < Dynamic >::Type | diagonal (Index index) | ||
| Base::CoeffReturnType | coeff (Index row, Index col) const | ||
| Base::CoeffReturnType | coeff (Index i) const | ||
| const Scalar & | coeffRef (Index row, Index col) const | ||
| const Scalar & | coeffRef (Index i) const | ||
| Index | diagonalSize () const | ||
| const CwiseUnaryOp < internal::scalar_opposite_op < typename internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | operator- () const | ||
| const ScalarMultipleReturnType | operator* (const Scalar &scalar) const | ||
| const ScalarMultipleReturnType | operator* (const RealScalar &scalar) const | ||
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | operator* (const std::complex< Scalar > &scalar) const | ||
| Overloaded for efficient real matrix times complex scalar value. | |||
| const ProductReturnType < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , OtherDerived >::Type | operator* (const MatrixBase< OtherDerived > &other) const | ||
| const DiagonalProduct < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , DiagonalDerived, OnTheRight > | operator* (const DiagonalBase< DiagonalDerived > &diagonal) const | ||
| ScalarMultipleReturnType | operator* (const UniformScaling< Scalar > &s) const | ||
| const CwiseUnaryOp < internal::scalar_quotient1_op < typename internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | operator/ (const Scalar &scalar) const | ||
| internal::cast_return_type < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const CwiseUnaryOp < internal::scalar_cast_op < typename internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar, NewType >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > >::type | cast () const | ||
| ConjugateReturnType | conjugate () const | ||
| RealReturnType | real () const | ||
| NonConstRealReturnType | real () | ||
| const ImagReturnType | imag () const | ||
| NonConstImagReturnType | imag () | ||
| const CwiseUnaryOp < CustomUnaryOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const | ||
| Apply a unary operator coefficient-wise. | |||
| const CwiseUnaryView < CustomViewOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const | ||
| EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived > | binaryExpr (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other, const CustomBinaryOp &func=CustomBinaryOp()) const | ||
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cwiseAbs () const | ||
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs2_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cwiseAbs2 () const | ||
| const CwiseUnaryOp < internal::scalar_sqrt_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cwiseSqrt () const | ||
| const CwiseUnaryOp < internal::scalar_inverse_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cwiseInverse () const | ||
| const CwiseUnaryOp < std::binder1st < std::equal_to< Scalar > >, const TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | cwiseEqual (const Scalar &s) const | ||
| const CwiseBinaryOp < std::equal_to< Scalar > , const TriangularProduct < Mode, true, Lhs, false, Rhs, true >, const OtherDerived > | cwiseEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| EIGEN_STRONG_INLINE const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (TriangularProduct< Mode, true, Lhs, false, Rhs, true >, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| const CwiseBinaryOp < std::not_equal_to< Scalar > , const TriangularProduct < Mode, true, Lhs, false, Rhs, true >, const OtherDerived > | cwiseNotEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_min_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, const OtherDerived > | cwiseMin (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_max_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, const OtherDerived > | cwiseMax (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_quotient_op < Scalar >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, const OtherDerived > | cwiseQuotient (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const | ||
| void | fill (const Scalar &value) | ||
| bool | isDiagonal (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| void | normalize () | ||
| EIGEN_STRONG_INLINE void | extractRow (size_t nRow, Eigen::EigenBase< OtherDerived > &v, size_t startingCol=0) const | ||
| Extract one row from the matrix into a row vector. | |||
| void | extractRow (size_t nRow, std::vector< T > &v, size_t startingCol=0) const | ||
| EIGEN_STRONG_INLINE void | extractRowAsCol (size_t nRow, VECTOR &v, size_t startingCol=0) const | ||
| Extract one row from the matrix into a column vector. | |||
| EIGEN_STRONG_INLINE void | extractCol (size_t nCol, VECTOR &v, size_t startingRow=0) const | ||
| Extract one column from the matrix into a column vector. | |||
| void | extractCol (size_t nCol, std::vector< T > &v, size_t startingRow=0) const | ||
| EIGEN_STRONG_INLINE void | extractMatrix (const size_t firstRow, const size_t firstCol, MATRIX &m) const | ||
| EIGEN_STRONG_INLINE void | extractMatrix (const size_t firstRow, const size_t firstCol, const size_t nRows, const size_t nCols, MATRIX &m) const | ||
| EIGEN_STRONG_INLINE void | extractSubmatrix (const size_t row_first, const size_t row_last, const size_t col_first, const size_t col_last, MATRIX &out) const | ||
| Get a submatrix, given its bounds: first & last column and row (inclusive). | |||
| void | extractSubmatrixSymmetricalBlocks (const size_t block_size, const std::vector< size_t > &block_indices, MATRIX &out) const | ||
| Get a submatrix from a square matrix, by collecting the elements M(idxs,idxs), where idxs is a sequence {block_indices(i):block_indices(i)+block_size-1} for all "i" up to the size of block_indices. | |||
| void | extractSubmatrixSymmetrical (const std::vector< size_t > &indices, MATRIX &out) const | ||
| Get a submatrix from a square matrix, by collecting the elements M(idxs,idxs), where idxs is the sequence of indices passed as argument. | |||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator+= (const MatrixBase< OtherDerived > &other) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator+= (const EigenBase< OtherDerived > &other) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator-= (const MatrixBase< OtherDerived > &other) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator-= (const EigenBase< OtherDerived > &other) | ||
| const LazyProductReturnType < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , OtherDerived >::Type | lazyProduct (const MatrixBase< OtherDerived > &other) const | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator*= (const EigenBase< OtherDerived > &other) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator*= (const Scalar &other) | ||
| void | applyOnTheLeft (const EigenBase< OtherDerived > &other) | ||
| void | applyOnTheLeft (Index p, Index q, const JacobiRotation< OtherScalar > &j) | ||
| void | applyOnTheRight (const EigenBase< OtherDerived > &other) | ||
| void | applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) | ||
| internal::scalar_product_traits < typename internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar, typename internal::traits< OtherDerived > ::Scalar >::ReturnType | dot (const MatrixBase< OtherDerived > &other) const | ||
| RealScalar | squaredNorm () const | ||
| RealScalar | norm () const | ||
| RealScalar | stableNorm () const | ||
| RealScalar | blueNorm () const | ||
| RealScalar | hypotNorm () const | ||
| const PlainObject | normalized () const | ||
| const AdjointReturnType | adjoint () const | ||
| void | adjointInPlace () | ||
| TriangularViewReturnType< Mode > ::Type | triangularView () | ||
| ConstTriangularViewReturnType < Mode >::Type | triangularView () const | ||
| SelfAdjointViewReturnType < UpLo >::Type | selfadjointView () | ||
| ConstSelfAdjointViewReturnType < UpLo >::Type | selfadjointView () const | ||
| const SparseView < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | sparseView (const Scalar &m_reference=Scalar(0), typename NumTraits< Scalar >::Real m_epsilon=NumTraits< Scalar >::dummy_precision()) const | ||
| const DiagonalWrapper< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | asDiagonal () const | ||
| const PermutationWrapper < const TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | asPermutation () const | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setIdentity () | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setIdentity (Index rows, Index cols) | ||
| bool | isIdentity (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isUpperTriangular (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isLowerTriangular (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isOrthogonal (const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isUnitary (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | operator== (const MatrixBase< OtherDerived > &other) const | ||
| bool | operator!= (const MatrixBase< OtherDerived > &other) const | ||
| NoAlias< TriangularProduct < Mode, true, Lhs, false, Rhs, true >, Eigen::MatrixBase > | noalias () | ||
| const ForceAlignedAccess < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | forceAlignedAccess () const | ||
| ForceAlignedAccess < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | forceAlignedAccess () | ||
| internal::add_const_on_value_type < typename internal::conditional< Enable, ForceAlignedAccess < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >, TriangularProduct< Mode, true, Lhs, false, Rhs, true > & >::type >::type | forceAlignedAccessIf () const | ||
| internal::conditional< Enable, ForceAlignedAccess < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >, TriangularProduct< Mode, true, Lhs, false, Rhs, true > & >::type | forceAlignedAccessIf () | ||
| Scalar | trace () const | ||
| RealScalar | lpNorm () const | ||
| MatrixBase< TriangularProduct < Mode, true, Lhs, false, Rhs, true > > & | matrix () | ||
| const MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | matrix () const | ||
| ArrayWrapper < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | array () | ||
| const ArrayWrapper < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | array () const | ||
| const FullPivLU< PlainObject > | fullPivLu () const | ||
| const PartialPivLU< PlainObject > | partialPivLu () const | ||
| const PartialPivLU< PlainObject > | lu () const | ||
| const internal::inverse_impl < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | inverse () const | ||
| void | computeInverseAndDetWithCheck (ResultType &inverse, typename ResultType::Scalar &determinant, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | ||
| void | computeInverseWithCheck (ResultType &inverse, bool &invertible, const RealScalar &absDeterminantThreshold=NumTraits< Scalar >::dummy_precision()) const | ||
| Scalar | determinant () const | ||
| const LLT< PlainObject > | llt () const | ||
| const LDLT< PlainObject > | ldlt () const | ||
| const HouseholderQR< PlainObject > | householderQr () const | ||
| const ColPivHouseholderQR < PlainObject > | colPivHouseholderQr () const | ||
| const FullPivHouseholderQR < PlainObject > | fullPivHouseholderQr () const | ||
| EigenvaluesReturnType | eigenvalues () const | ||
| RealScalar | operatorNorm () const | ||
| JacobiSVD< PlainObject > | jacobiSvd (unsigned int computationOptions=0) const | ||
| cross_product_return_type < OtherDerived >::type | cross (const MatrixBase< OtherDerived > &other) const | ||
| PlainObject | cross3 (const MatrixBase< OtherDerived > &other) const | ||
| PlainObject | unitOrthogonal (void) const | ||
| Matrix< Scalar, 3, 1 > | eulerAngles (Index a0, Index a1, Index a2) const | ||
| HomogeneousReturnType | homogeneous () const | ||
| const HNormalizedReturnType | hnormalized () const | ||
| void | makeHouseholderInPlace (Scalar &tau, RealScalar &beta) | ||
| void | makeHouseholder (EssentialPart &essential, Scalar &tau, RealScalar &beta) const | ||
| void | applyHouseholderOnTheLeft (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | ||
| void | applyHouseholderOnTheRight (const EssentialPart &essential, const Scalar &tau, Scalar *workspace) | ||
| const MatrixExponentialReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | exp () const | ||
| const MatrixFunctionReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | matrixFunction (StemFunction f) const | ||
| const MatrixFunctionReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cosh () const | ||
| const MatrixFunctionReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | sinh () const | ||
| const MatrixFunctionReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | cos () const | ||
| const MatrixFunctionReturnValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | sin () const | ||
| Index | nonZeros () const | ||
| Index | outerSize () const | ||
| Index | innerSize () const | ||
| void | resize (Index size) | ||
| Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are Matrix::resize() and Array::resize(). | |||
| void | resize (Index rows, Index cols) | ||
| Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are Matrix::resize() and Array::resize(). | |||
| CommaInitializer < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | operator<< (const Scalar &s) | ||
| CommaInitializer < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | operator<< (const DenseBase< OtherDerived > &other) | ||
| const Flagged < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Added, Removed > | flagged () const | ||
| Eigen::Transpose < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | transpose () | ||
| ConstTransposeReturnType | transpose () const | ||
| void | transposeInPlace () | ||
| SegmentReturnType | segment (Index start, Index size) | ||
| DenseBase::ConstSegmentReturnType | segment (Index start, Index size) const | ||
| FixedSegmentReturnType< Size > ::Type | segment (Index start) | ||
| ConstFixedSegmentReturnType < Size >::Type | segment (Index start) const | ||
| SegmentReturnType | head (Index size) | ||
| DenseBase::ConstSegmentReturnType | head (Index size) const | ||
| FixedSegmentReturnType< Size > ::Type | head () | ||
| ConstFixedSegmentReturnType < Size >::Type | head () const | ||
| SegmentReturnType | tail (Index size) | ||
| DenseBase::ConstSegmentReturnType | tail (Index size) const | ||
| FixedSegmentReturnType< Size > ::Type | tail () | ||
| ConstFixedSegmentReturnType < Size >::Type | tail () const | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setConstant (const Scalar &value) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setLinSpaced (Index size, const Scalar &low, const Scalar &high) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setLinSpaced (const Scalar &low, const Scalar &high) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setZero () | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setOnes () | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | setRandom () | ||
| bool | isApprox (const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isMuchSmallerThan (const RealScalar &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isMuchSmallerThan (const DenseBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isApproxToConstant (const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isConstant (const Scalar &value, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isZero (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| bool | isOnes (RealScalar prec=NumTraits< Scalar >::dummy_precision()) const | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator/= (const Scalar &other) | ||
| EIGEN_STRONG_INLINE const internal::eval < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::type | eval () const | ||
| void | swap (const DenseBase< OtherDerived > &other, int=OtherDerived::ThisConstantIsPrivateInPlainObjectBase) | ||
| swaps *this with the expression other. | |||
| void | swap (PlainObjectBase< OtherDerived > &other) | ||
| swaps *this with the matrix or array other. | |||
| const NestByValue < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | nestByValue () const | ||
| Scalar | sum () const | ||
| Scalar | prod () const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | minCoeff () const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | minCoeff (IndexType *row, IndexType *col) const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | minCoeff (IndexType *index) const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | maxCoeff () const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | maxCoeff (IndexType *row, IndexType *col) const | ||
| internal::traits < TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar | maxCoeff (IndexType *index) const | ||
| void | visit (Visitor &func) const | ||
| const WithFormat < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | format (const IOFormat &fmt) const | ||
| CoeffReturnType | value () const | ||
| bool | all (void) const | ||
| bool | any (void) const | ||
| Index | count () const | ||
| ConstRowwiseReturnType | rowwise () const | ||
| RowwiseReturnType | rowwise () | ||
| ConstColwiseReturnType | colwise () const | ||
| ColwiseReturnType | colwise () | ||
| const Select < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , ThenDerived, ElseDerived > | select (const DenseBase< ThenDerived > &thenMatrix, const DenseBase< ElseDerived > &elseMatrix) const | ||
| const Select < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , ThenDerived, typename ThenDerived::ConstantReturnType > | select (const DenseBase< ThenDerived > &thenMatrix, typename ThenDerived::Scalar elseScalar) const | ||
| const Select < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , typename ElseDerived::ConstantReturnType, ElseDerived > | select (typename ElseDerived::Scalar thenScalar, const DenseBase< ElseDerived > &elseMatrix) const | ||
| const Replicate < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , RowFactor, ColFactor > | replicate () const | ||
| const Replicate < TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Dynamic, Dynamic > | replicate (Index rowFacor, Index colFactor) const | ||
| ReverseReturnType | reverse () | ||
| ConstReverseReturnType | reverse () const | ||
| void | reverseInPlace () | ||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | block (Index startRow, Index startCol, Index blockRows, Index blockCols) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | block (Index startRow, Index startCol, Index blockRows, Index blockCols) const | ||
| This is the const version of block(Index,Index,Index,Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BlockRows, BlockCols > | block (Index startRow, Index startCol) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BlockRows, BlockCols > | block (Index startRow, Index startCol) const | ||
| This is the const version of block<>(Index, Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | topRightCorner (Index cRows, Index cCols) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | topRightCorner (Index cRows, Index cCols) const | ||
| This is the const version of topRightCorner(Index, Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols > | topRightCorner () | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, CRows, CCols > | topRightCorner () const | ||
| This is the const version of topRightCorner<int, int>(). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | topLeftCorner (Index cRows, Index cCols) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | topLeftCorner (Index cRows, Index cCols) const | ||
| This is the const version of topLeftCorner(Index, Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols > | topLeftCorner () | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, CRows, CCols > | topLeftCorner () const | ||
| This is the const version of topLeftCorner<int, int>(). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | bottomRightCorner (Index cRows, Index cCols) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | bottomRightCorner (Index cRows, Index cCols) const | ||
| This is the const version of bottomRightCorner(Index, Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols > | bottomRightCorner () | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, CRows, CCols > | bottomRightCorner () const | ||
| This is the const version of bottomRightCorner<int, int>(). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | bottomLeftCorner (Index cRows, Index cCols) | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | bottomLeftCorner (Index cRows, Index cCols) const | ||
| This is the const version of bottomLeftCorner(Index, Index). | |||
| Block< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols > | bottomLeftCorner () | ||
| const Block< const TriangularProduct< Mode, true, Lhs, false, Rhs, true >, CRows, CCols > | bottomLeftCorner () const | ||
| This is the const version of bottomLeftCorner<int, int>(). | |||
| RowsBlockXpr | topRows (Index n) | ||
| ConstRowsBlockXpr | topRows (Index n) const | ||
| This is the const version of topRows(Index). | |||
| NRowsBlockXpr< N >::Type | topRows () | ||
| ConstNRowsBlockXpr< N >::Type | topRows () const | ||
| This is the const version of topRows<int>(). | |||
| RowsBlockXpr | bottomRows (Index n) | ||
| ConstRowsBlockXpr | bottomRows (Index n) const | ||
| This is the const version of bottomRows(Index). | |||
| NRowsBlockXpr< N >::Type | bottomRows () | ||
| ConstNRowsBlockXpr< N >::Type | bottomRows () const | ||
| This is the const version of bottomRows<int>(). | |||
| RowsBlockXpr | middleRows (Index startRow, Index numRows) | ||
| ConstRowsBlockXpr | middleRows (Index startRow, Index numRows) const | ||
| This is the const version of middleRows(Index,Index). | |||
| NRowsBlockXpr< N >::Type | middleRows (Index startRow) | ||
| ConstNRowsBlockXpr< N >::Type | middleRows (Index startRow) const | ||
| This is the const version of middleRows<int>(). | |||
| ColsBlockXpr | leftCols (Index n) | ||
| ConstColsBlockXpr | leftCols (Index n) const | ||
| This is the const version of leftCols(Index). | |||
| NColsBlockXpr< N >::Type | leftCols () | ||
| ConstNColsBlockXpr< N >::Type | leftCols () const | ||
| This is the const version of leftCols<int>(). | |||
| ColsBlockXpr | rightCols (Index n) | ||
| ConstColsBlockXpr | rightCols (Index n) const | ||
| This is the const version of rightCols(Index). | |||
| NColsBlockXpr< N >::Type | rightCols () | ||
| ConstNColsBlockXpr< N >::Type | rightCols () const | ||
| This is the const version of rightCols<int>(). | |||
| ColsBlockXpr | middleCols (Index startCol, Index numCols) | ||
| ConstColsBlockXpr | middleCols (Index startCol, Index numCols) const | ||
| This is the const version of middleCols(Index,Index). | |||
| NColsBlockXpr< N >::Type | middleCols (Index startCol) | ||
| ConstNColsBlockXpr< N >::Type | middleCols (Index startCol) const | ||
| This is the const version of middleCols<int>(). | |||
| ColXpr | col (Index i) | ||
| ConstColXpr | col (Index i) const | ||
| This is the const version of col(). | |||
| RowXpr | row (Index i) | ||
| ConstRowXpr | row (Index i) const | ||
| This is the const version of row(). | |||
MRPT plugin: Set/get/load/save and other miscelaneous methods | |||
| EIGEN_STRONG_INLINE void | fill (const Scalar v) | ||
| EIGEN_STRONG_INLINE void | assign (const Scalar v) | ||
| EIGEN_STRONG_INLINE void | assign (size_t N, const Scalar v) | ||
| EIGEN_STRONG_INLINE size_t | getRowCount () const | ||
| Get number of rows. | |||
| EIGEN_STRONG_INLINE size_t | getColCount () const | ||
| Get number of columns. | |||
| EIGEN_STRONG_INLINE void | unit (const size_t nRows, const Scalar diag_vals) | ||
| Make the matrix an identity matrix (the diagonal values can be 1.0 or any other value) | |||
| EIGEN_STRONG_INLINE void | unit () | ||
| Make the matrix an identity matrix. | |||
| EIGEN_STRONG_INLINE void | eye () | ||
| Make the matrix an identity matrix. | |||
| EIGEN_STRONG_INLINE void | zeros () | ||
| Set all elements to zero. | |||
| EIGEN_STRONG_INLINE void | zeros (const size_t row, const size_t col) | ||
| Resize and set all elements to zero. | |||
| EIGEN_STRONG_INLINE void | ones (const size_t row, const size_t col) | ||
| Resize matrix and set all elements to one. | |||
| EIGEN_STRONG_INLINE void | ones () | ||
| Set all elements to one. | |||
| EIGEN_STRONG_INLINE Scalar * | get_unsafe_row (size_t row) | ||
| Fast but unsafe method to obtain a pointer to a given row of the matrix (Use only in time critical applications) VERY IMPORTANT WARNING: You must be aware of the memory layout, either Column or Row-major ordering. | |||
| EIGEN_STRONG_INLINE const Scalar * | get_unsafe_row (size_t row) const | ||
| EIGEN_STRONG_INLINE Scalar | get_unsafe (const size_t row, const size_t col) const | ||
| Read-only access to one element (Use with caution, bounds are not checked!) | |||
| EIGEN_STRONG_INLINE Scalar & | get_unsafe (const size_t row, const size_t col) | ||
| Reference access to one element (Use with caution, bounds are not checked!) | |||
| EIGEN_STRONG_INLINE void | set_unsafe (const size_t row, const size_t col, const Scalar val) | ||
| Sets an element (Use with caution, bounds are not checked!) | |||
| EIGEN_STRONG_INLINE void | push_back (Scalar val) | ||
| Insert an element at the end of the container (for 1D vectors/arrays) | |||
| EIGEN_STRONG_INLINE bool | isSquare () const | ||
| EIGEN_STRONG_INLINE bool | isSingular (const Scalar absThreshold=0) const | ||
| bool | fromMatlabStringFormat (const std::string &s, bool dumpErrorMsgToStdErr=true) | ||
| Read a matrix from a string in Matlab-like format, for example "[1 0 2; 0 4 -1]" The string must start with '[' and end with ']'. | |||
| std::string | inMatlabFormat (const size_t decimal_digits=6) const | ||
| Dump matrix in matlab format. | |||
| void | saveToTextFile (const std::string &file, mrpt::math::TMatrixTextFileFormat fileFormat=mrpt::math::MATRIX_FORMAT_ENG, bool appendMRPTHeader=false, const std::string &userHeader=std::string()) const | ||
| Save matrix to a text file, compatible with MATLAB text format (see also the methods of matrix classes themselves). | |||
| void | loadFromTextFile (const std::string &file) | ||
| Load matrix from a text file, compatible with MATLAB text format. | |||
| void | loadFromTextFile (std::istream &_input_text_stream) | ||
| EIGEN_STRONG_INLINE void | multiplyColumnByScalar (size_t c, Scalar s) | ||
| EIGEN_STRONG_INLINE void | multiplyRowByScalar (size_t r, Scalar s) | ||
| EIGEN_STRONG_INLINE void | swapCols (size_t i1, size_t i2) | ||
| EIGEN_STRONG_INLINE void | swapRows (size_t i1, size_t i2) | ||
| EIGEN_STRONG_INLINE size_t | countNonZero () const | ||
| EIGEN_STRONG_INLINE Scalar | maximum () const | ||
[VECTORS OR MATRICES] Finds the maximum value
| |||
| EIGEN_STRONG_INLINE Scalar | maximum (size_t *maxIndex) const | ||
| [VECTORS ONLY] Finds the maximum value (and the corresponding zero-based index) from a given container. | |||
| EIGEN_STRONG_INLINE Scalar | minimum () const | ||
| [VECTORS OR MATRICES] Finds the minimum value | |||
| EIGEN_STRONG_INLINE Scalar | minimum (size_t *minIndex) const | ||
| [VECTORS ONLY] Finds the minimum value (and the corresponding zero-based index) from a given container. | |||
| EIGEN_STRONG_INLINE void | minimum_maximum (Scalar &out_min, Scalar &out_max) const | ||
| [VECTORS OR MATRICES] Compute the minimum and maximum of a container at once | |||
| EIGEN_STRONG_INLINE void | minimum_maximum (Scalar &out_min, Scalar &out_max, size_t *minIndex, size_t *maxIndex) const | ||
| [VECTORS ONLY] Compute the minimum and maximum of a container at once | |||
| void | find_index_max_value (size_t &u, size_t &v, Scalar &valMax) const | ||
| [VECTORS OR MATRICES] Finds the maximum value (and the corresponding zero-based index) from a given container. | |||
| EIGEN_STRONG_INLINE Scalar | norm_inf () const | ||
| Compute the norm-infinite of a vector ($f[ ||{v}||_ $f]), ie the maximum absolute value of the elements. | |||
| EIGEN_STRONG_INLINE Scalar | squareNorm () const | ||
| Compute the square norm of a vector/array/matrix (the Euclidean distance to the origin, taking all the elements as a single vector). | |||
| EIGEN_STRONG_INLINE Scalar | sumAll () const | ||
| EIGEN_STRONG_INLINE void | laplacian (Eigen::MatrixBase< OtherDerived > &ret) const | ||
| Computes the laplacian of this square graph weight matrix. | |||
| EIGEN_STRONG_INLINE void | setSize (size_t row, size_t col) | ||
| Changes the size of matrix, maintaining its previous content as possible and padding with zeros where applicable. | |||
| void | largestEigenvector (OUTVECT &x, Scalar resolution=Scalar(0.01), size_t maxIterations=6, int *out_Iterations=NULL, float *out_estimatedResolution=NULL) const | ||
| Efficiently computes only the biggest eigenvector of the matrix using the Power Method, and returns it in the passed vector "x". | |||
| MatrixBase< TriangularProduct < Mode, true, Lhs, false, Rhs, true > > & | operator^= (const unsigned int pow) | ||
| Combined matrix power and assignment operator. | |||
| EIGEN_STRONG_INLINE void | scalarPow (const Scalar s) | ||
| Scalar power of all elements to a given power, this is diferent of ^ operator. | |||
| EIGEN_STRONG_INLINE bool | isDiagonal () const | ||
| Checks for matrix type. | |||
| EIGEN_STRONG_INLINE Scalar | maximumDiagonal () const | ||
| Finds the maximum value in the diagonal of the matrix. | |||
| EIGEN_STRONG_INLINE double | mean () const | ||
| Computes the mean of the entire matrix. | |||
| void | meanAndStd (VEC &outMeanVector, VEC &outStdVector, const bool unbiased_variance=true) const | ||
| Computes a row with the mean values of each column in the matrix and the associated vector with the standard deviation of each column. | |||
| void | meanAndStdAll (double &outMean, double &outStd, const bool unbiased_variance=true) const | ||
| Computes the mean and standard deviation of all the elements in the matrix as a whole. | |||
| EIGEN_STRONG_INLINE void | insertMatrix (size_t r, size_t c, const MAT &m) | ||
| Insert matrix "m" into this matrix at indices (r,c), that is, (*this)(r,c)=m(0,0) and so on. | |||
| EIGEN_STRONG_INLINE void | insertMatrixTranspose (size_t r, size_t c, const MAT &m) | ||
| EIGEN_STRONG_INLINE void | insertRow (size_t nRow, const MAT &aRow) | ||
| void | insertRow (size_t nRow, const std::vector< R > &aRow) | ||
| EIGEN_STRONG_INLINE void | insertCol (size_t nCol, const MAT &aCol) | ||
| void | insertCol (size_t nCol, const std::vector< R > &aCol) | ||
| EIGEN_STRONG_INLINE void | removeColumns (const std::vector< size_t > &idxsToRemove) | ||
| Remove columns of the matrix. | |||
| EIGEN_STRONG_INLINE void | unsafeRemoveColumns (const std::vector< size_t > &idxs) | ||
| Remove columns of the matrix. | |||
| EIGEN_STRONG_INLINE void | removeRows (const std::vector< size_t > &idxsToRemove) | ||
| Remove rows of the matrix. | |||
| EIGEN_STRONG_INLINE void | unsafeRemoveRows (const std::vector< size_t > &idxs) | ||
| Remove rows of the matrix. | |||
| EIGEN_STRONG_INLINE const AdjointReturnType | t () const | ||
| Transpose. | |||
| EIGEN_STRONG_INLINE PlainObject | inv () const | ||
| EIGEN_STRONG_INLINE void | inv (MATRIX &outMat) const | ||
| EIGEN_STRONG_INLINE void | inv_fast (MATRIX &outMat) const | ||
| EIGEN_STRONG_INLINE Scalar | det () const | ||
MRPT plugin: Multiply and extra addition functions | |||
| EIGEN_STRONG_INLINE bool | empty () const | ||
| EIGEN_STRONG_INLINE void | add_Ac (const OTHERMATRIX &m, const Scalar c) | ||
| EIGEN_STRONG_INLINE void | substract_Ac (const OTHERMATRIX &m, const Scalar c) | ||
| EIGEN_STRONG_INLINE void | substract_At (const OTHERMATRIX &m) | ||
| EIGEN_STRONG_INLINE void | substract_An (const OTHERMATRIX &m, const size_t n) | ||
| EIGEN_STRONG_INLINE void | add_AAt (const OTHERMATRIX &A) | ||
| EIGEN_STRONG_INLINE void | substract_AAt (const OTHERMATRIX &A) | ||
| EIGEN_STRONG_INLINE void | multiply (const MATRIX1 &A, const MATRIX2 &B) | ||
| EIGEN_STRONG_INLINE void | multiply_AB (const MATRIX1 &A, const MATRIX2 &B) | ||
| EIGEN_STRONG_INLINE void | multiply_AtB (const MATRIX1 &A, const MATRIX2 &B) | ||
| EIGEN_STRONG_INLINE void | multiply_Ab (const OTHERVECTOR1 &vIn, OTHERVECTOR2 &vOut, bool accumToOutput=false) const | ||
| EIGEN_STRONG_INLINE void | multiply_Atb (const OTHERVECTOR1 &vIn, OTHERVECTOR2 &vOut, bool accumToOutput=false) const | ||
| EIGEN_STRONG_INLINE void | multiply_HCHt (const MAT_C &C, MAT_R &R, bool accumResultInOutput=false) const | ||
| EIGEN_STRONG_INLINE void | multiply_HtCH (const MAT_C &C, MAT_R &R, bool accumResultInOutput=false) const | ||
| EIGEN_STRONG_INLINE Scalar | multiply_HCHt_scalar (const MAT_C &C) const | ||
| EIGEN_STRONG_INLINE Scalar | multiply_HtCH_scalar (const MAT_C &C) const | ||
| EIGEN_STRONG_INLINE void | multiply_AAt_scalar (const MAT_A &A, typename MAT_A::value_type f) | ||
| EIGEN_STRONG_INLINE void | multiply_AtA_scalar (const MAT_A &A, typename MAT_A::value_type f) | ||
| void | multiply_A_skew3 (const MAT_A &A, const SKEW_3VECTOR &v) | ||
| void | multiply_skew3_A (const SKEW_3VECTOR &v, const MAT_A &A) | ||
| EIGEN_STRONG_INLINE void | 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 | ||
| outResult = this * A | |||
| void | multiply_ABC (const MAT_A &A, const MAT_B &B, const MAT_C &C) | ||
| void | multiply_ABCt (const MAT_A &A, const MAT_B &B, const MAT_C &C) | ||
| void | multiply_AtBC (const MAT_A &A, const MAT_B &B, const MAT_C &C) | ||
| EIGEN_STRONG_INLINE void | multiply_ABt (const MAT_A &A, const MAT_B &B) | ||
| EIGEN_STRONG_INLINE void | multiply_AAt (const MAT_A &A) | ||
| EIGEN_STRONG_INLINE void | multiply_AtA (const MAT_A &A) | ||
| EIGEN_STRONG_INLINE void | multiply_result_is_symmetric (const MAT_A &A, const MAT_B &B) | ||
| EIGEN_STRONG_INLINE void | leftDivideSquare (const MAT2 &A, MAT3 &RES) const | ||
| Matrix left divide: RES = A-1 * this , with A being squared (using the Eigen::ColPivHouseholderQR method) | |||
| EIGEN_STRONG_INLINE void | rightDivideSquare (const MAT2 &B, MAT3 &RES) const | ||
| Matrix right divide: RES = this * B-1, with B being squared (using the Eigen::ColPivHouseholderQR method) | |||
MRPT plugin: Eigenvalue / Eigenvectors | |||
| EIGEN_STRONG_INLINE void | eigenVectors (MATRIX1 &eVecs, MATRIX2 &eVals) const | ||
| [For square matrices only] Compute the eigenvectors and eigenvalues (sorted), both returned as matrices: eigenvectors are the columns in "eVecs", and eigenvalues in ascending order as the diagonal of "eVals". | |||
| EIGEN_STRONG_INLINE void | eigenVectorsVec (MATRIX1 &eVecs, VECTOR1 &eVals) const | ||
| [For square matrices only] Compute the eigenvectors and eigenvalues (sorted), eigenvectors are the columns in "eVecs", and eigenvalues are returned in in ascending order in the vector "eVals". | |||
| EIGEN_STRONG_INLINE void | eigenValues (VECTOR &eVals) const | ||
| [For square matrices only] Compute the eigenvectors and eigenvalues (sorted), and return only the eigenvalues in the vector "eVals". | |||
| EIGEN_STRONG_INLINE void | eigenVectorsSymmetric (MATRIX1 &eVecs, MATRIX2 &eVals) const | ||
| [For symmetric matrices only] Compute the eigenvectors and eigenvalues (in no particular order), both returned as matrices: eigenvectors are the columns, and eigenvalues | |||
| EIGEN_STRONG_INLINE void | eigenVectorsSymmetricVec (MATRIX1 &eVecs, VECTOR1 &eVals) const | ||
| [For symmetric matrices only] Compute the eigenvectors and eigenvalues (in no particular order), both returned as matrices: eigenvectors are the columns, and eigenvalues | |||
MRPT plugin: Linear algebra & decomposition-based methods | |||
| EIGEN_STRONG_INLINE bool | chol (MATRIX &U) const | ||
| Cholesky M=UT * U decomposition for simetric matrix (upper-half of the matrix will be actually ignored) | |||
| EIGEN_STRONG_INLINE size_t | rank (double threshold=0) const | ||
| Gets the rank of the matrix via the Eigen::ColPivHouseholderQR method. | |||
MRPT plugin: Scalar and element-wise extra operators | |||
| EIGEN_STRONG_INLINE MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | Sqrt () | ||
| EIGEN_STRONG_INLINE PlainObject | Sqrt () const | ||
| EIGEN_STRONG_INLINE MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | Abs () | ||
| EIGEN_STRONG_INLINE PlainObject | Abs () const | ||
| EIGEN_STRONG_INLINE MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | Log () | ||
| EIGEN_STRONG_INLINE PlainObject | Log () const | ||
| EIGEN_STRONG_INLINE MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | Exp () | ||
| EIGEN_STRONG_INLINE PlainObject | Exp () const | ||
| EIGEN_STRONG_INLINE MatrixBase < TriangularProduct< Mode, true, Lhs, false, Rhs, true > > & | Square () | ||
| EIGEN_STRONG_INLINE PlainObject | Square () const | ||
| void | normalize (Scalar valMin, Scalar valMax) | ||
| Scales all elements such as the minimum & maximum values are shifted to the given values. | |||
| void | adjustRange (Scalar valMin, Scalar valMax) | ||
Static Public Member Functions | |||
| static const IdentityReturnType | Identity () | ||
| static const IdentityReturnType | Identity (Index rows, Index cols) | ||
| static const BasisReturnType | Unit (Index size, Index i) | ||
| static const BasisReturnType | Unit (Index i) | ||
| static const BasisReturnType | UnitX () | ||
| static const BasisReturnType | UnitY () | ||
| static const BasisReturnType | UnitZ () | ||
| static const BasisReturnType | UnitW () | ||
| static const ConstantReturnType | Constant (Index rows, Index cols, const Scalar &value) | ||
| static const ConstantReturnType | Constant (Index size, const Scalar &value) | ||
| static const ConstantReturnType | Constant (const Scalar &value) | ||
| static const SequentialLinSpacedReturnType | LinSpaced (Sequential_t, Index size, const Scalar &low, const Scalar &high) | ||
| static const RandomAccessLinSpacedReturnType | LinSpaced (Index size, const Scalar &low, const Scalar &high) | ||
| static const SequentialLinSpacedReturnType | LinSpaced (Sequential_t, const Scalar &low, const Scalar &high) | ||
| static const RandomAccessLinSpacedReturnType | LinSpaced (const Scalar &low, const Scalar &high) | ||
| static const CwiseNullaryOp < CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | NullaryExpr (Index rows, Index cols, const CustomNullaryOp &func) | ||
| static const CwiseNullaryOp < CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | NullaryExpr (Index size, const CustomNullaryOp &func) | ||
| static const CwiseNullaryOp < CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > | NullaryExpr (const CustomNullaryOp &func) | ||
| static const ConstantReturnType | Zero (Index rows, Index cols) | ||
| static const ConstantReturnType | Zero (Index size) | ||
| static const ConstantReturnType | Zero () | ||
| static const ConstantReturnType | Ones (Index rows, Index cols) | ||
| static const ConstantReturnType | Ones (Index size) | ||
| static const ConstantReturnType | Ones () | ||
| static const CwiseNullaryOp < internal::scalar_random_op < Scalar >, TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | Random (Index rows, Index cols) | ||
| static const CwiseNullaryOp < internal::scalar_random_op < Scalar >, TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | Random (Index size) | ||
| static const CwiseNullaryOp < internal::scalar_random_op < Scalar >, TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | Random () | ||
Protected Member Functions | |||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator+= (const ArrayBase< OtherDerived > &) | ||
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & | operator-= (const ArrayBase< OtherDerived > &) | ||
| void | checkTransposeAliasing (const OtherDerived &other) const | ||
Protected Attributes | |||
| const LhsNested | m_lhs | ||
| const RhsNested | m_rhs | ||
| PlainObject | m_result | ||
Friends | |||
| const ScalarMultipleReturnType | operator* (const Scalar &scalar, const StorageBaseType &matrix) | ||
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const TriangularProduct < Mode, true, Lhs, false, Rhs, true > > | operator* (const std::complex< Scalar > &scalar, const StorageBaseType &matrix) | ||
MRPT plugin: Basic iterators. These iterators are intended for 1D matrices only, i.e. column or row vectors. | |||
| EIGEN_STRONG_INLINE iterator | begin () | ||
| EIGEN_STRONG_INLINE const_iterator | begin () const | ||
| EIGEN_STRONG_INLINE iterator | end () | ||
| EIGEN_STRONG_INLINE const_iterator | end () const | ||
| typedef Scalar * | iterator | ||
| typedef const Scalar * | const_iterator | ||
typedef internal::remove_all<ActualLhsType>::type Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::_ActualLhsType [inherited] |
typedef internal::remove_all<ActualRhsType>::type Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::_ActualRhsType [inherited] |
typedef internal::remove_all<LhsNested>::type Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::_LhsNested [inherited] |
typedef internal::remove_all<RhsNested>::type Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::_RhsNested [inherited] |
typedef LhsBlasTraits::DirectLinearAccessType Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::ActualLhsType [inherited] |
typedef RhsBlasTraits::DirectLinearAccessType Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::ActualRhsType [inherited] |
typedef MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::Base [inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
typedef Base::CoeffReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::CoeffReturnType [inherited] |
typedef VectorwiseOp<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Vertical> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ColwiseReturnType [inherited] |
typedef const Scalar* Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::const_iterator [inherited] |
typedef const VectorwiseOp<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Vertical> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstColwiseReturnType [inherited] |
typedef const Diagonal<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstDiagonalReturnType [inherited] |
typedef const Reverse<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BothDirections> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstReverseReturnType [inherited] |
typedef const VectorwiseOp<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Horizontal> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstRowwiseReturnType [inherited] |
typedef const VectorBlock<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstSegmentReturnType [inherited] |
typedef Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ColsAtCompileTime==1 ? SizeMinusOne : 1, internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ColsAtCompileTime==1 ? 1 : SizeMinusOne> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstStartMinusOne [inherited] |
typedef const Transpose<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ConstTransposeReturnType [inherited] |
typedef Diagonal<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::DiagonalReturnType [inherited] |
typedef CoeffBasedProduct<LhsNested, RhsNested, 0> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::FullyLazyCoeffBaseProductType [inherited] |
typedef CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar>, const ConstStartMinusOne > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::HNormalizedReturnType [inherited] |
typedef Homogeneous<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , HomogeneousReturnTypeDirection> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::HomogeneousReturnType [inherited] |
typedef internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Index Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Index [inherited] |
typedef Scalar* Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::iterator [inherited] |
typedef internal::blas_traits<_LhsNested> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::LhsBlasTraits [inherited] |
typedef Lhs::Nested Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::LhsNested [inherited] |
typedef internal::traits<Lhs>::Scalar Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::LhsScalar [inherited] |
typedef internal::packet_traits<Scalar>::type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::PacketScalar [inherited] |
typedef Base::PlainObject Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::PlainObject [inherited] |
The plain matrix type corresponding to this expression.
This is not necessarily exactly the return type of eval(). In the case of plain matrices, the return type of eval() is a const reference to a matrix, not a matrix! It is however guaranteed that the return type of eval() is either PlainObject or const PlainObject&.
Reimplemented from Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
typedef NumTraits<Scalar>::Real Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::RealScalar [inherited] |
typedef Reverse<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BothDirections> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ReverseReturnType [inherited] |
typedef internal::blas_traits<_RhsNested> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::RhsBlasTraits [inherited] |
typedef Rhs::Nested Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::RhsNested [inherited] |
typedef internal::traits<Rhs>::Scalar Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::RhsScalar [inherited] |
typedef VectorwiseOp<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Horizontal> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::RowwiseReturnType [inherited] |
typedef internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar [inherited] |
typedef VectorBlock<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::SegmentReturnType [inherited] |
typedef internal::stem_function<Scalar>::type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::StemFunction [inherited] |
typedef internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::StorageKind Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::StorageKind [inherited] |
typedef Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::value_type [inherited] |
| Eigen::TriangularProduct< Mode, true, Lhs, false, Rhs, true >::TriangularProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline] |
| EIGEN_STRONG_INLINE MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Abs | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Abs | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::add_AAt | ( | const OTHERMATRIX & | A | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::add_Ac | ( | const OTHERMATRIX & | m, |
| const Scalar | c | ||
| ) | [inline, inherited] |
| void Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const AdjointReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::adjoint | ( | ) | const [inherited] |
Example:
Output:
m = m.adjoint(); // bug!!! caused by aliasing effect
m.adjointInPlace();
m = m.adjoint().eval();
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::adjointInPlace | ( | ) | [inherited] |
This is the "in place" version of adjoint(): it replaces *this by its own transpose.
Thus, doing
m.adjointInPlace();
has the same effect on m as doing
m = m.adjoint().eval();
and is faster and also safer because in the latter line of code, forgetting the eval() results in a bug caused by aliasing.
Notice however that this method is only useful if you want to replace a matrix by its own adjoint. If you just need the adjoint of a matrix, use adjoint().
*this must be a resizable matrix.| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::adjustRange | ( | Scalar | valMin, |
| Scalar | valMax | ||
| ) | [inline, inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::all | ( | void | ) | const [inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::any | ( | void | ) | const [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyHouseholderOnTheLeft | ( | const EssentialPart & | essential, |
| const Scalar & | tau, | ||
| Scalar * | workspace | ||
| ) | [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyHouseholderOnTheRight | ( | const EssentialPart & | essential, |
| const Scalar & | tau, | ||
| Scalar * | workspace | ||
| ) | [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyOnTheLeft | ( | const EigenBase< OtherDerived > & | other | ) | [inherited] |
replaces *this by *this * other.
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyOnTheLeft | ( | Index | p, |
| Index | q, | ||
| const JacobiRotation< OtherScalar > & | j | ||
| ) | [inherited] |
Applies the rotation in the plane j to the rows p and q of *this, i.e., it computes B = J * B, with
.
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyOnTheRight | ( | const EigenBase< OtherDerived > & | other | ) | [inherited] |
replaces *this by *this * other.
It is equivalent to MatrixBase::operator*=()
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::applyOnTheRight | ( | Index | p, |
| Index | q, | ||
| const JacobiRotation< OtherScalar > & | j | ||
| ) | [inherited] |
Applies the rotation in the plane j to the columns p and q of *this, i.e., it computes B = B * J with
.
| ArrayWrapper<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::array | ( | ) | [inline, inherited] |
| const ArrayWrapper<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::array | ( | ) | const [inline, inherited] |
| const DiagonalWrapper<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::asDiagonal | ( | ) | const [inherited] |
Example:
Output:
| const PermutationWrapper<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::asPermutation | ( | ) | const [inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::assign | ( | size_t | N, |
| const Scalar | v | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::assign | ( | const Scalar | v | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE iterator Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::begin | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const_iterator Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::begin | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::binaryExpr | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other, |
| const CustomBinaryOp & | func = CustomBinaryOp() |
||
| ) | const [inline, inherited] |
*this and other *this and other The template parameter CustomBinaryOp is the type of the functor of the custom operator (see class CwiseBinaryOp for an example)
Here is an example illustrating the use of custom functors:
Output:
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::block | ( | Index | startRow, |
| Index | startCol, | ||
| Index | blockRows, | ||
| Index | blockCols | ||
| ) | [inline, inherited] |
| startRow | the first row in the block |
| startCol | the first column in the block |
| blockRows | the number of rows in the block |
| blockCols | the number of columns in the block |
Example:
Output:
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BlockRows, BlockCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::block | ( | Index | startRow, |
| Index | startCol | ||
| ) | [inline, inherited] |
The template parameters BlockRows and BlockCols are the number of rows and columns in the block.
| startRow | the first row in the block |
| startCol | the first column in the block |
Example:
Output:
m.template block<3,3>(1,1);
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , BlockRows, BlockCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::block | ( | Index | startRow, |
| Index | startCol | ||
| ) | const [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::blueNorm | ( | ) | const [inherited] |
*this using the Blue's algorithm. A Portable Fortran Program to Find the Euclidean Norm of a Vector, ACM TOMS, Vol 4, Issue 1, 1978.For architecture/scalar types without vectorization, this version is much faster than stableNorm(). Otherwise the stableNorm() is faster.
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomLeftCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomLeftCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | const [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomLeftCorner | ( | ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomLeftCorner | ( | ) | const [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRightCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRightCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | const [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRightCorner | ( | ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRightCorner | ( | ) | const [inline, inherited] |
| RowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRows | ( | Index | n | ) | [inline, inherited] |
| ConstRowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRows | ( | Index | n | ) | const [inline, inherited] |
| NRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRows | ( | ) | [inline, inherited] |
| ConstNRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::bottomRows | ( | ) | const [inline, inherited] |
| internal::cast_return_type<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar, NewType>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > >::type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cast | ( | ) | const [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::checkTransposeAliasing | ( | const OtherDerived & | other | ) | const [protected, inherited] |
| EIGEN_STRONG_INLINE bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::chol | ( | MATRIX & | U | ) | const [inline, inherited] |
| Base::CoeffReturnType Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::coeff | ( | Index | i | ) | const [inline, inherited] |
| Base::CoeffReturnType Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline, inherited] |
| const Scalar& Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::coeffRef | ( | Index | i | ) | const [inline, inherited] |
| const Scalar& Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | const [inline, inherited] |
| ColXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::col | ( | Index | i | ) | [inline, inherited] |
| ConstColXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::col | ( | Index | i | ) | const [inline, inherited] |
| const ColPivHouseholderQR<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::colPivHouseholderQr | ( | ) | const [inherited] |
*this.| Index Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::cols | ( | void | ) | const [inline, inherited] |
| ConstColwiseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::colwise | ( | ) | const [inherited] |
Example:
Output:
| ColwiseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::colwise | ( | ) | [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::computeInverseAndDetWithCheck | ( | ResultType & | inverse, |
| typename ResultType::Scalar & | determinant, | ||
| bool & | invertible, | ||
| const RealScalar & | absDeterminantThreshold = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
Computation of matrix inverse and determinant, with invertibility check.
This is only for fixed-size square matrices of size up to 4x4.
| inverse | Reference to the matrix in which to store the inverse. |
| determinant | Reference to the variable in which to store the inverse. |
| invertible | Reference to the bool variable in which to store whether the matrix is invertible. |
| absDeterminantThreshold | Optional parameter controlling the invertibility check. The matrix will be declared invertible if the absolute value of its determinant is greater than this threshold. |
Example:
Output:
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::computeInverseWithCheck | ( | ResultType & | inverse, |
| bool & | invertible, | ||
| const RealScalar & | absDeterminantThreshold = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
Computation of matrix inverse, with invertibility check.
This is only for fixed-size square matrices of size up to 4x4.
| inverse | Reference to the matrix in which to store the inverse. |
| invertible | Reference to the bool variable in which to store whether the matrix is invertible. |
| absDeterminantThreshold | Optional parameter controlling the invertibility check. The matrix will be declared invertible if the absolute value of its determinant is greater than this threshold. |
Example:
Output:
| ConjugateReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::conjugate | ( | ) | const [inline, inherited] |
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Constant | ( | Index | rows, |
| Index | cols, | ||
| const Scalar & | value | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this DenseBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Zero() should be used instead.
The template parameter CustomNullaryOp is the type of the functor.
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Constant | ( | Index | size, |
| const Scalar & | value | ||
| ) | [static, inherited] |
The parameter size is the size of the returned vector. Must be compatible with this DenseBase type.
This variant is meant to be used for dynamic-size vector types. For fixed-size types, it is redundant to pass size as argument, so Zero() should be used instead.
The template parameter CustomNullaryOp is the type of the functor.
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Constant | ( | const Scalar & | value | ) | [static, inherited] |
This variant is only for fixed-size DenseBase types. For dynamic-size types, you need to use the variants taking size arguments.
The template parameter CustomNullaryOp is the type of the functor.
| const MatrixFunctionReturnValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cos | ( | ) | const [inherited] |
| const MatrixFunctionReturnValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cosh | ( | ) | const [inherited] |
| Index Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::count | ( | void | ) | const [inherited] |
| EIGEN_STRONG_INLINE size_t Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::countNonZero | ( | ) | const [inline, inherited] |
| cross_product_return_type<OtherDerived>::type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cross | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
*this and other Here is a very good explanation of cross-product: http://xkcd.com/199/
| PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cross3 | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
*this and other using only the x, y, and z coefficientsThe size of *this and other must be four. This function is especially useful when using 4D vectors instead of 3D ones to get advantage of SSE/AltiVec vectorization.
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseAbs | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseAbs2 | ( | ) | const [inline, inherited] |
| const CwiseBinaryOp<std::equal_to<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseEqual | ( | const Scalar & | s | ) | const [inline, inherited] |
*this and a scalar s | const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseInverse | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseMax | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseMin | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseBinaryOp<std::not_equal_to<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseNotEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , const OtherDerived> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseQuotient | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::cwiseSqrt | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::det | ( | ) | const [inline, inherited] |
| Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::determinant | ( | ) | const [inherited] |
| const Diagonal<const FullyLazyCoeffBaseProductType,0> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::diagonal | ( | ) | const [inline, inherited] |
This is the const version of diagonal().
This is the const version of diagonal<int>().
Reimplemented from Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| const Diagonal<FullyLazyCoeffBaseProductType,Index> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::diagonal | ( | ) | const [inline, inherited] |
This is the const version of diagonal().
This is the const version of diagonal<int>().
Reimplemented from Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| DiagonalReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::diagonal | ( | ) | [inherited] |
*this *this is not required to be square.
Example:
Output:
*this *this is not required to be square.
The template parameter DiagIndex represent a super diagonal if DiagIndex > 0 and a sub diagonal otherwise. DiagIndex == 0 is equivalent to the main diagonal.
Example:
Output:
| const Diagonal<FullyLazyCoeffBaseProductType,Dynamic> Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::diagonal | ( | Index | index | ) | const [inline, inherited] |
This is the const version of diagonal(Index).
Reimplemented from Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| DiagonalIndexReturnType<Dynamic>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::diagonal | ( | Index | index | ) | [inherited] |
*this *this is not required to be square.
The template parameter DiagIndex represent a super diagonal if DiagIndex > 0 and a sub diagonal otherwise. DiagIndex == 0 is equivalent to the main diagonal.
Example:
Output:
| Index Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::diagonalSize | ( | ) | const [inline, inherited] |
| internal::scalar_product_traits<typename internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar,typename internal::traits<OtherDerived>::Scalar>::ReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::dot | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::EIGEN_CWISE_PRODUCT_RETURN_TYPE | ( | TriangularProduct< Mode, true, Lhs, false, Rhs, true > | , |
| OtherDerived | |||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenValues | ( | VECTOR & | eVals | ) | const [inline, inherited] |
[For square matrices only] Compute the eigenvectors and eigenvalues (sorted), and return only the eigenvalues in the vector "eVals".
| EigenvaluesReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenvalues | ( | ) | const [inherited] |
Computes the eigenvalues of a matrix.
This function computes the eigenvalues with the help of the EigenSolver class (for real matrices) or the ComplexEigenSolver class (for complex matrices).
The eigenvalues are repeated according to their algebraic multiplicity, so there are as many eigenvalues as rows in the matrix.
The SelfAdjointView class provides a better algorithm for selfadjoint matrices.
Example:
Output:
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenVectors | ( | MATRIX1 & | eVecs, |
| MATRIX2 & | eVals | ||
| ) | const [inherited] |
[For square matrices only] Compute the eigenvectors and eigenvalues (sorted), both returned as matrices: eigenvectors are the columns in "eVecs", and eigenvalues in ascending order as the diagonal of "eVals".
Compute the eigenvectors and eigenvalues, both returned as matrices: eigenvectors are the columns, and eigenvalues.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenVectorsSymmetric | ( | MATRIX1 & | eVecs, |
| MATRIX2 & | eVals | ||
| ) | const [inherited] |
[For symmetric matrices only] Compute the eigenvectors and eigenvalues (in no particular order), both returned as matrices: eigenvectors are the columns, and eigenvalues
Compute the eigenvectors and eigenvalues, both returned as matrices: eigenvectors are the columns, and eigenvalues.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenVectorsSymmetricVec | ( | MATRIX1 & | eVecs, |
| VECTOR1 & | eVals | ||
| ) | const [inherited] |
[For symmetric matrices only] Compute the eigenvectors and eigenvalues (in no particular order), both returned as matrices: eigenvectors are the columns, and eigenvalues
Compute the eigenvectors and eigenvalues, both returned as matrices: eigenvectors are the columns, and eigenvalues.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eigenVectorsVec | ( | MATRIX1 & | eVecs, |
| VECTOR1 & | eVals | ||
| ) | const [inherited] |
[For square matrices only] Compute the eigenvectors and eigenvalues (sorted), eigenvectors are the columns in "eVecs", and eigenvalues are returned in in ascending order in the vector "eVals".
Compute the eigenvectors and eigenvalues, both returned as matrices: eigenvectors are the columns, and eigenvalues.
| EIGEN_STRONG_INLINE bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::empty | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE iterator Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::end | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const_iterator Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::end | ( | ) | const [inline, inherited] |
| Matrix<Scalar,3,1> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eulerAngles | ( | Index | a0, |
| Index | a1, | ||
| Index | a2 | ||
| ) | const [inherited] |
*this using the convention defined by the triplet (a0,a1,a2)Each of the three parameters a0,a1,a2 represents the respective rotation axis as an integer in {0,1,2}. For instance, in:
Vector3f ea = mat.eulerAngles(2, 0, 2);
"2" represents the z axis and "0" the x axis, etc. The returned angles are such that we have the following equality:
mat == AngleAxisf(ea[0], Vector3f::UnitZ()) * AngleAxisf(ea[1], Vector3f::UnitX()) * AngleAxisf(ea[2], Vector3f::UnitZ());
This corresponds to the right-multiply conventions (with right hand side frames).
| EIGEN_STRONG_INLINE const internal::eval<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eval | ( | ) | const [inline, inherited] |
| void Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| const MatrixExponentialReturnValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::exp | ( | ) | const [inherited] |
| EIGEN_STRONG_INLINE MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Exp | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Exp | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractCol | ( | size_t | nCol, |
| VECTOR & | v, | ||
| size_t | startingRow = 0 |
||
| ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractCol | ( | size_t | nCol, |
| std::vector< T > & | v, | ||
| size_t | startingRow = 0 |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractMatrix | ( | const size_t | firstRow, |
| const size_t | firstCol, | ||
| MATRIX & | m | ||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractMatrix | ( | const size_t | firstRow, |
| const size_t | firstCol, | ||
| const size_t | nRows, | ||
| const size_t | nCols, | ||
| MATRIX & | m | ||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractRow | ( | size_t | nRow, |
| Eigen::EigenBase< OtherDerived > & | v, | ||
| size_t | startingCol = 0 |
||
| ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractRow | ( | size_t | nRow, |
| std::vector< T > & | v, | ||
| size_t | startingCol = 0 |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractRowAsCol | ( | size_t | nRow, |
| VECTOR & | v, | ||
| size_t | startingCol = 0 |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractSubmatrix | ( | const size_t | row_first, |
| const size_t | row_last, | ||
| const size_t | col_first, | ||
| const size_t | col_last, | ||
| MATRIX & | out | ||
| ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractSubmatrixSymmetrical | ( | const std::vector< size_t > & | indices, |
| MATRIX & | out | ||
| ) | const [inline, inherited] |
Get a submatrix from a square matrix, by collecting the elements M(idxs,idxs), where idxs is the sequence of indices passed as argument.
A perfect application of this method is in extracting covariance matrices of a subset of variables from the full covariance matrix.
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::extractSubmatrixSymmetricalBlocks | ( | const size_t | block_size, |
| const std::vector< size_t > & | block_indices, | ||
| MATRIX & | out | ||
| ) | const [inline, inherited] |
Get a submatrix from a square matrix, by collecting the elements M(idxs,idxs), where idxs is a sequence {block_indices(i):block_indices(i)+block_size-1} for all "i" up to the size of block_indices.
A perfect application of this method is in extracting covariance matrices of a subset of variables from the full covariance matrix.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::eye | ( | ) | [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::fill | ( | const Scalar & | value | ) | [inherited] |
Alias for setConstant(): sets all coefficients in this expression to value.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::fill | ( | const Scalar | v | ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::find_index_max_value | ( | size_t & | u, |
| size_t & | v, | ||
| Scalar & | valMax | ||
| ) | const [inline, inherited] |
| const Flagged<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Added, Removed> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::flagged | ( | ) | const [inherited] |
This is mostly for internal use.
| const ForceAlignedAccess<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::forceAlignedAccess | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| ForceAlignedAccess<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::forceAlignedAccess | ( | ) | [inline, inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAlignedAccess<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >,TriangularProduct< Mode, true, Lhs, false, Rhs, true > &>::type>::type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::forceAlignedAccessIf | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| internal::conditional<Enable,ForceAlignedAccess<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >,TriangularProduct< Mode, true, Lhs, false, Rhs, true > &>::type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::forceAlignedAccessIf | ( | ) | [inline, inherited] |
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| const WithFormat<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::format | ( | const IOFormat & | fmt | ) | const [inline, inherited] |
See class IOFormat for some examples.
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::fromMatlabStringFormat | ( | const std::string & | s, |
| bool | dumpErrorMsgToStdErr = true |
||
| ) | [inherited] |
Read a matrix from a string in Matlab-like format, for example "[1 0 2; 0 4 -1]" The string must start with '[' and end with ']'.
Rows are separated by semicolons ';' and columns in each row by one or more whitespaces ' ', commas ',' or tabs ''.
This format is also used for CConfigFile::read_matrix.
This template method can be instantiated for matrices of the types: int, long, unsinged int, unsigned long, float, double, long double
| const FullPivHouseholderQR<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::fullPivHouseholderQr | ( | ) | const [inherited] |
*this.| const FullPivLU<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::fullPivLu | ( | ) | const [inherited] |
*this.| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::get_unsafe | ( | const size_t | row, |
| const size_t | col | ||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::get_unsafe | ( | const size_t | row, |
| const size_t | col | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar* Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::get_unsafe_row | ( | size_t | row | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const Scalar* Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::get_unsafe_row | ( | size_t | row | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE size_t Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::getColCount | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE size_t Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::getRowCount | ( | ) | const [inline, inherited] |
| SegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::head | ( | Index | size | ) | [inherited] |
| size | the number of coefficients in the block |
Example:
Output:
| DenseBase::ConstSegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::head | ( | Index | size | ) | const [inherited] |
This is the const version of head(Index).
| FixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::head | ( | ) | [inherited] |
The template parameter Size is the number of coefficients in the block
Example:
Output:
| ConstFixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::head | ( | ) | const [inherited] |
This is the const version of head<int>().
| const HNormalizedReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::hnormalized | ( | ) | const [inherited] |
*this Example:
Output:
| HomogeneousReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::homogeneous | ( | ) | const [inherited] |
Example:
Output:
| const HouseholderQR<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::householderQr | ( | ) | const [inherited] |
*this.| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::hypotNorm | ( | ) | const [inherited] |
*this avoiding undeflow and overflow. This version use a concatenation of hypot() calls, and it is very slow.| static const IdentityReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Identity | ( | ) | [static, inherited] |
This variant is only for fixed-size MatrixBase types. For dynamic-size types, you need to use the variant taking size arguments.
Example:
Output:
| static const IdentityReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Identity | ( | Index | rows, |
| Index | cols | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Identity() should be used instead.
Example:
Output:
| const ImagReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::imag | ( | ) | const [inline, inherited] |
| NonConstImagReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::imag | ( | ) | [inline, inherited] |
| std::string Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::inMatlabFormat | ( | const size_t | decimal_digits = 6 | ) | const [inherited] |
Dump matrix in matlab format.
This template method can be instantiated for matrices of the types: int, long, unsinged int, unsigned long, float, double, long double
| Index Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::innerSize | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertCol | ( | size_t | nCol, |
| const MAT & | aCol | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertCol | ( | size_t | nCol, |
| const std::vector< R > & | aCol | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertMatrix | ( | size_t | r, |
| size_t | c, | ||
| const MAT & | m | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertMatrixTranspose | ( | size_t | r, |
| size_t | c, | ||
| const MAT & | m | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertRow | ( | size_t | nRow, |
| const std::vector< R > & | aRow | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::insertRow | ( | size_t | nRow, |
| const MAT & | aRow | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::inv | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::inv | ( | MATRIX & | outMat | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::inv_fast | ( | MATRIX & | outMat | ) | const [inline, inherited] |
| const internal::inverse_impl<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::inverse | ( | ) | const [inherited] |
For small fixed sizes up to 4x4, this method uses cofactors. In the general case, this method uses class PartialPivLU.
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isApprox | ( | const DenseBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
true if *this is approximately equal to other, within the precision determined by prec.
and
are considered to be approximately equal within precision
if
*this is approximately equal to the zero matrix or vector. Indeed, isApprox(zero) returns false unless *this itself is exactly the zero matrix or vector. If you want to test whether *this is zero, use internal::isMuchSmallerThan(const RealScalar&, RealScalar) instead.| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isApproxToConstant | ( | const Scalar & | value, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isConstant | ( | const Scalar & | value, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
This is just an alias for isApproxToConstant().
| EIGEN_STRONG_INLINE bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isDiagonal | ( | ) | const [inline, inherited] |
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isDiagonal | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
Example:
Output:
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isIdentity | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
Example:
Output:
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isLowerTriangular | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isMuchSmallerThan | ( | const RealScalar & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isMuchSmallerThan | ( | const DenseBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
true if the norm of *this is much smaller than the norm of other, within the precision determined by prec.
is considered to be much smaller than a vector
within precision
if
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isOnes | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
Example:
Output:
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isOrthogonal | ( | const MatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
Example:
Output:
| EIGEN_STRONG_INLINE bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isSingular | ( | const Scalar | absThreshold = 0 | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isSquare | ( | ) | const [inline, inherited] |
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isUnitary | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
m.isUnitary() returns true if and only if the columns (equivalently, the rows) of m form an orthonormal basis.Example:
Output:
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isUpperTriangular | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
| bool Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::isZero | ( | RealScalar | prec = NumTraits<Scalar>::dummy_precision() | ) | const [inherited] |
Example:
Output:
| JacobiSVD<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::jacobiSvd | ( | unsigned int | computationOptions = 0 | ) | const [inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::laplacian | ( | Eigen::MatrixBase< OtherDerived > & | ret | ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::largestEigenvector | ( | OUTVECT & | x, |
| Scalar | resolution = Scalar(0.01), |
||
| size_t | maxIterations = 6, |
||
| int * | out_Iterations = NULL, |
||
| float * | out_estimatedResolution = NULL |
||
| ) | const [inline, inherited] |
| const LazyProductReturnType<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,OtherDerived>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::lazyProduct | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
*this and other without implicit evaluation.The returned product will behave like any other expressions: the coefficients of the product will be computed once at a time as requested. This might be useful in some extremely rare cases when only a small and no coherent fraction of the result's coefficients have to be computed.
| const LDLT<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ldlt | ( | ) | const [inherited] |
*this | ColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::leftCols | ( | Index | n | ) | [inline, inherited] |
| ConstColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::leftCols | ( | Index | n | ) | const [inline, inherited] |
| NColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::leftCols | ( | ) | [inline, inherited] |
| ConstNColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::leftCols | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::leftDivideSquare | ( | const MAT2 & | A, |
| MAT3 & | RES | ||
| ) | const [inline, inherited] |
Matrix left divide: RES = A-1 * this , with A being squared (using the Eigen::ColPivHouseholderQR method)
| const _LhsNested& Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::lhs | ( | ) | const [inline, inherited] |
| static const SequentialLinSpacedReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::LinSpaced | ( | Sequential_t | , |
| Index | size, | ||
| const Scalar & | low, | ||
| const Scalar & | high | ||
| ) | [static, inherited] |
Sets a linearly space vector.
The function generates 'size' equally spaced values in the closed interval [low,high]. This particular version of LinSpaced() uses sequential access, i.e. vector access is assumed to be a(0), a(1), ..., a(size). This assumption allows for better vectorization and yields faster code than the random access version.
Example:
Output:
| static const SequentialLinSpacedReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::LinSpaced | ( | Sequential_t | , |
| const Scalar & | low, | ||
| const Scalar & | high | ||
| ) | [static, inherited] |
| static const RandomAccessLinSpacedReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::LinSpaced | ( | const Scalar & | low, |
| const Scalar & | high | ||
| ) | [static, inherited] |
| static const RandomAccessLinSpacedReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::LinSpaced | ( | Index | size, |
| const Scalar & | low, | ||
| const Scalar & | high | ||
| ) | [static, inherited] |
Sets a linearly space vector.
The function generates 'size' equally spaced values in the closed interval [low,high].
Example:
Output:
| const LLT<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::llt | ( | ) | const [inherited] |
*this | void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::loadFromTextFile | ( | const std::string & | file | ) | [inherited] |
Load matrix from a text file, compatible with MATLAB text format.
Lines starting with '%' or '#' are interpreted as comments and ignored.
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::loadFromTextFile | ( | std::istream & | _input_text_stream | ) | [inherited] |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Log | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Log | ( | ) | [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::lpNorm | ( | ) | const [inherited] |
norm of *this, that is, returns the p-th root of the sum of the p-th powers of the absolute values of the coefficients of *this. If p is the special value Eigen::Infinity, this function returns the
norm, that is the maximum of the absolute values of the coefficients of *this.Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| const PartialPivLU<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::lu | ( | ) | const [inherited] |
Synonym of partialPivLu().
*this.| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::makeHouseholder | ( | EssentialPart & | essential, |
| Scalar & | tau, | ||
| RealScalar & | beta | ||
| ) | const [inherited] |
Computes the elementary reflector H such that:
where the transformation H is:
and the vector v is:
.
On output:
| essential | the essential part of the vector v |
| tau | the scaling factor of the householder transformation |
| beta | the result of H * *this |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::makeHouseholderInPlace | ( | Scalar & | tau, |
| RealScalar & | beta | ||
| ) | [inherited] |
| MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::matrix | ( | ) | [inline, inherited] |
| const MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::matrix | ( | ) | const [inline, inherited] |
| const MatrixFunctionReturnValue< Derived > Eigen::MatrixBase< Derived >::matrixFunction | ( | StemFunction | f | ) | const [inherited] |
Definition at line 551 of file MatrixFunctions.
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maxCoeff | ( | ) | const [inherited] |
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maxCoeff | ( | IndexType * | row, |
| IndexType * | col | ||
| ) | const [inherited] |
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maxCoeff | ( | IndexType * | index | ) | const [inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maximum | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maximum | ( | size_t * | maxIndex | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::maximumDiagonal | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE double Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::mean | ( | ) | const [inline, inherited] |
Computes the mean of the entire matrix.
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::meanAndStd | ( | VEC & | outMeanVector, |
| VEC & | outStdVector, | ||
| const bool | unbiased_variance = true |
||
| ) | const [inline, inherited] |
Computes a row with the mean values of each column in the matrix and the associated vector with the standard deviation of each column.
| std::exception | If the matrix/vector is empty. |
| unbiased_variance | Standard deviation is sum(vals-mean)/K, with K=N-1 or N for unbiased_variance=true or false, respectively. |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::meanAndStdAll | ( | double & | outMean, |
| double & | outStd, | ||
| const bool | unbiased_variance = true |
||
| ) | const [inline, inherited] |
Computes the mean and standard deviation of all the elements in the matrix as a whole.
| std::exception | If the matrix/vector is empty. |
| unbiased_variance | Standard deviation is sum(vals-mean)/K, with K=N-1 or N for unbiased_variance=true or false, respectively. |
| ConstColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleCols | ( | Index | startCol, |
| Index | numCols | ||
| ) | const [inline, inherited] |
| NColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleCols | ( | Index | startCol | ) | [inline, inherited] |
| ColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleCols | ( | Index | startCol, |
| Index | numCols | ||
| ) | [inline, inherited] |
| ConstNColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleCols | ( | Index | startCol | ) | const [inline, inherited] |
| NRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleRows | ( | Index | startRow | ) | [inline, inherited] |
| ConstNRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleRows | ( | Index | startRow | ) | const [inline, inherited] |
| ConstRowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleRows | ( | Index | startRow, |
| Index | numRows | ||
| ) | const [inline, inherited] |
| RowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::middleRows | ( | Index | startRow, |
| Index | numRows | ||
| ) | [inline, inherited] |
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minCoeff | ( | ) | const [inherited] |
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minCoeff | ( | IndexType * | row, |
| IndexType * | col | ||
| ) | const [inherited] |
| internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minCoeff | ( | IndexType * | index | ) | const [inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minimum | ( | ) | const [inline, inherited] |
[VECTORS OR MATRICES] Finds the minimum value
| std::exception | On an empty input container |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minimum | ( | size_t * | minIndex | ) | const [inline, inherited] |
[VECTORS ONLY] Finds the minimum value (and the corresponding zero-based index) from a given container.
| std::exception | On an empty input vector |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minimum_maximum | ( | Scalar & | out_min, |
| Scalar & | out_max | ||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::minimum_maximum | ( | Scalar & | out_min, |
| Scalar & | out_max, | ||
| size_t * | minIndex, | ||
| size_t * | maxIndex | ||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply | ( | const MATRIX1 & | A, |
| const MATRIX2 & | B | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_A_skew3 | ( | const MAT_A & | A, |
| const SKEW_3VECTOR & | v | ||
| ) | [inline, inherited] |
this = A * skew(v), with v being a 3-vector (or 3-array) and skew(v) the skew symmetric matrix of v (see mrpt::math::skew_symmetric3)
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AAt | ( | const MAT_A & | A | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AAt_scalar | ( | const MAT_A & | A, |
| typename MAT_A::value_type | f | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_Ab | ( | const OTHERVECTOR1 & | vIn, |
| OTHERVECTOR2 & | vOut, | ||
| bool | accumToOutput = false |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AB | ( | const MATRIX1 & | A, |
| const MATRIX2 & | B | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_ABC | ( | const MAT_A & | A, |
| const MAT_B & | B, | ||
| const MAT_C & | C | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_ABCt | ( | const MAT_A & | A, |
| const MAT_B & | B, | ||
| const MAT_C & | C | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_ABt | ( | const MAT_A & | A, |
| const MAT_B & | B | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AtA | ( | const MAT_A & | A | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AtA_scalar | ( | const MAT_A & | A, |
| typename MAT_A::value_type | f | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AtB | ( | const MATRIX1 & | A, |
| const MATRIX2 & | B | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_Atb | ( | const OTHERVECTOR1 & | vIn, |
| OTHERVECTOR2 & | vOut, | ||
| bool | accumToOutput = false |
||
| ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_AtBC | ( | const MAT_A & | A, |
| const MAT_B & | B, | ||
| const MAT_C & | C | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_HCHt | ( | const MAT_C & | C, |
| MAT_R & | R, | ||
| bool | accumResultInOutput = false |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_HCHt_scalar | ( | const MAT_C & | C | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_HtCH | ( | const MAT_C & | C, |
| MAT_R & | R, | ||
| bool | accumResultInOutput = false |
||
| ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_HtCH_scalar | ( | const MAT_C & | C | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_result_is_symmetric | ( | const MAT_A & | A, |
| const MAT_B & | B | ||
| ) | [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiply_skew3_A | ( | const SKEW_3VECTOR & | v, |
| const MAT_A & | A | ||
| ) | [inline, inherited] |
this = skew(v)*A, with v being a 3-vector (or 3-array) and skew(v) the skew symmetric matrix of v (see mrpt::math::skew_symmetric3)
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::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 [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiplyColumnByScalar | ( | size_t | c, |
| Scalar | s | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::multiplyRowByScalar | ( | size_t | r, |
| Scalar | s | ||
| ) | [inline, inherited] |
| const NestByValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::nestByValue | ( | ) | const [inline, inherited] |
| NoAlias<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,Eigen::MatrixBase > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::noalias | ( | ) | [inherited] |
*this with an operator= assuming no aliasing between *this and the source expression.More precisely, noalias() allows to bypass the EvalBeforeAssignBit flag. Currently, even though several expressions may alias, only product expressions have this flag. Therefore, noalias() is only usefull when the source expression contains a matrix product.
Here are some examples where noalias is usefull:
D.noalias() = A * B; D.noalias() += A.transpose() * B; D.noalias() -= 2 * A * B.adjoint();
On the other hand the following example will lead to a wrong result:
A.noalias() = A * B;
because the result matrix A is also an operand of the matrix product. Therefore, there is no alternative than evaluating A * B in a temporary, that is the default behavior when you write:
A = A * B;
| Index Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::nonZeros | ( | ) | const [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::norm | ( | ) | const [inherited] |
*this, and for matrices the Frobenius norm. In both cases, it consists in the square root of the sum of the square of all the matrix entries. For vectors, this is also equals to the square root of the dot product of *this with itself.| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::norm_inf | ( | ) | const [inline, inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::normalize | ( | void | ) | [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::normalize | ( | Scalar | valMin, |
| Scalar | valMax | ||
| ) | [inline, inherited] |
| const PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::normalized | ( | ) | const [inherited] |
| static const CwiseNullaryOp<CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::NullaryExpr | ( | Index | rows, |
| Index | cols, | ||
| const CustomNullaryOp & | func | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Zero() should be used instead.
The template parameter CustomNullaryOp is the type of the functor.
| static const CwiseNullaryOp<CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::NullaryExpr | ( | const CustomNullaryOp & | func | ) | [static, inherited] |
This variant is only for fixed-size DenseBase types. For dynamic-size types, you need to use the variants taking size arguments.
The template parameter CustomNullaryOp is the type of the functor.
| static const CwiseNullaryOp<CustomNullaryOp, TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::NullaryExpr | ( | Index | size, |
| const CustomNullaryOp & | func | ||
| ) | [static, inherited] |
The parameter size is the size of the returned vector. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size vector types. For fixed-size types, it is redundant to pass size as argument, so Zero() should be used instead.
The template parameter CustomNullaryOp is the type of the functor.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ones | ( | ) | [inline, inherited] |
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Ones | ( | Index | rows, |
| Index | cols | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Ones() should be used instead.
Example:
Output:
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Ones | ( | ) | [static, inherited] |
This variant is only for fixed-size MatrixBase types. For dynamic-size types, you need to use the variants taking size arguments.
Example:
Output:
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Ones | ( | Index | size | ) | [static, inherited] |
The parameter size is the size of the returned vector. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size vector types. For fixed-size types, it is redundant to pass size as argument, so Ones() should be used instead.
Example:
Output:
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::ones | ( | const size_t | row, |
| const size_t | col | ||
| ) | [inline, inherited] |
| Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::operator const PlainObject & | ( | ) | const [inline, inherited] |
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator!= | ( | const MatrixBase< OtherDerived > & | other | ) | const [inline, inherited] |
*this and other are not exactly equal to each other. | const ScalarMultipleReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| const ScalarMultipleReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const RealScalar & | scalar | ) | const [inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const std::complex< Scalar > & | scalar | ) | const [inline, inherited] |
| const ProductReturnType<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,OtherDerived>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
*this and other.| const DiagonalProduct<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , DiagonalDerived, OnTheRight> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const DiagonalBase< DiagonalDerived > & | diagonal | ) | const [inherited] |
*this by the diagonal matrix diagonal. | ScalarMultipleReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator* | ( | const UniformScaling< Scalar > & | s | ) | const [inherited] |
Concatenates a linear transformation matrix and a uniform scaling.
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator*= | ( | const Scalar & | other | ) | [inline, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator*= | ( | const EigenBase< OtherDerived > & | other | ) | [inherited] |
replaces *this by *this * other.
*this | TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator+= | ( | const EigenBase< OtherDerived > & | other | ) | [inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator+= | ( | const MatrixBase< OtherDerived > & | other | ) | [inherited] |
replaces *this by *this + other.
*this | TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator+= | ( | const ArrayBase< OtherDerived > & | ) | [inline, protected, inherited] |
| const CwiseUnaryOp<internal::scalar_opposite_op<typename internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator- | ( | ) | const [inline, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator-= | ( | const MatrixBase< OtherDerived > & | other | ) | [inherited] |
replaces *this by *this - other.
*this | TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator-= | ( | const ArrayBase< OtherDerived > & | ) | [inline, protected, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator-= | ( | const EigenBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Scalar>, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator/ | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator/= | ( | const Scalar & | other | ) | [inline, inherited] |
| CommaInitializer<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator<< | ( | const Scalar & | s | ) | [inherited] |
| CommaInitializer<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator<< | ( | const DenseBase< OtherDerived > & | other | ) | [inherited] |
| bool Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator== | ( | const MatrixBase< OtherDerived > & | other | ) | const [inline, inherited] |
*this and other are all exactly equal. | MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operator^= | ( | const unsigned int | pow | ) | [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::operatorNorm | ( | ) | const [inherited] |
Computes the L2 operator norm.
This function computes the L2 operator norm of a matrix, which is also known as the spectral norm. The norm of a matrix
is defined to be
where the maximum is over all vectors and the norm on the right is the Euclidean vector norm. The norm equals the largest singular value, which is the square root of the largest eigenvalue of the positive semi-definite matrix
.
The current implementation uses the eigenvalues of
, as computed by SelfAdjointView::eigenvalues(), to compute the operator norm of a matrix. The SelfAdjointView class provides a better algorithm for selfadjoint matrices.
Example:
Output:
| Index Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::outerSize | ( | ) | const [inline, inherited] |
rows()==1 || cols()==1
| const PartialPivLU<PlainObject> Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::partialPivLu | ( | ) | const [inherited] |
*this.| Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::prod | ( | ) | const [inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::push_back | ( | Scalar | val | ) | [inline, inherited] |
| static const CwiseNullaryOp<internal::scalar_random_op<Scalar>,TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Random | ( | Index | size | ) | [static, inherited] |
The parameter size is the size of the returned vector. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size vector types. For fixed-size types, it is redundant to pass size as argument, so Random() should be used instead.
Example:
Output:
This expression has the "evaluate before nesting" flag so that it will be evaluated into a temporary vector whenever it is nested in a larger expression. This prevents unexpected behavior with expressions involving random matrices.
| static const CwiseNullaryOp<internal::scalar_random_op<Scalar>,TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Random | ( | Index | rows, |
| Index | cols | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Random() should be used instead.
Example:
Output:
This expression has the "evaluate before nesting" flag so that it will be evaluated into a temporary matrix whenever it is nested in a larger expression. This prevents unexpected behavior with expressions involving random matrices.
| static const CwiseNullaryOp<internal::scalar_random_op<Scalar>,TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Random | ( | ) | [static, inherited] |
This variant is only for fixed-size MatrixBase types. For dynamic-size types, you need to use the variants taking size arguments.
Example:
Output:
This expression has the "evaluate before nesting" flag so that it will be evaluated into a temporary matrix whenever it is nested in a larger expression. This prevents unexpected behavior with expressions involving random matrices.
| EIGEN_STRONG_INLINE size_t Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rank | ( | double | threshold = 0 | ) | const [inline, inherited] |
Gets the rank of the matrix via the Eigen::ColPivHouseholderQR method.
| threshold | If set to >0, it's used as threshold instead of Eigen's default one. |
| RealReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::real | ( | ) | const [inline, inherited] |
| NonConstRealReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::real | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::removeColumns | ( | const std::vector< size_t > & | idxsToRemove | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::removeRows | ( | const std::vector< size_t > & | idxsToRemove | ) | [inline, inherited] |
| const Replicate<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,Dynamic,Dynamic> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::replicate | ( | Index | rowFacor, |
| Index | colFactor | ||
| ) | const [inherited] |
*this Example:
Output:
| const Replicate<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,RowFactor,ColFactor> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::replicate | ( | ) | const [inherited] |
*this Example:
Output:
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::resize | ( | Index | rows, |
| Index | cols | ||
| ) | [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::resize | ( | Index | size | ) | [inline, inherited] |
| ConstReverseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::reverse | ( | ) | const [inherited] |
This is the const version of reverse().
| ReverseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::reverse | ( | ) | [inherited] |
Example:
Output:
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::reverseInPlace | ( | ) | [inherited] |
This is the "in place" version of reverse: it reverses *this.
In most cases it is probably better to simply use the reversed expression of a matrix. However, when reversing the matrix data itself is really needed, then this "in-place" version is probably the right choice because it provides the following additional features:
m = m.reverse().eval();
| const _RhsNested& Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::rhs | ( | ) | const [inline, inherited] |
| ColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rightCols | ( | Index | n | ) | [inline, inherited] |
| ConstColsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rightCols | ( | Index | n | ) | const [inline, inherited] |
| NColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rightCols | ( | ) | [inline, inherited] |
| ConstNColsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rightCols | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rightDivideSquare | ( | const MAT2 & | B, |
| MAT3 & | RES | ||
| ) | const [inline, inherited] |
Matrix right divide: RES = this * B-1, with B being squared (using the Eigen::ColPivHouseholderQR method)
| RowXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::row | ( | Index | i | ) | [inline, inherited] |
| ConstRowXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::row | ( | Index | i | ) | const [inline, inherited] |
| Index Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::rows | ( | void | ) | const [inline, inherited] |
| ConstRowwiseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rowwise | ( | ) | const [inherited] |
Example:
Output:
| RowwiseReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::rowwise | ( | ) | [inherited] |
| void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::saveToTextFile | ( | const std::string & | file, |
| mrpt::math::TMatrixTextFileFormat | fileFormat = mrpt::math::MATRIX_FORMAT_ENG, |
||
| bool | appendMRPTHeader = false, |
||
| const std::string & | userHeader = std::string() |
||
| ) | const [inherited] |
Save matrix to a text file, compatible with MATLAB text format (see also the methods of matrix classes themselves).
| theMatrix | It can be a CMatrixTemplate or a CMatrixFixedNumeric. |
| file | The target filename. |
| fileFormat | See TMatrixTextFileFormat. The format of the numbers in the text file. |
| appendMRPTHeader | Insert this header to the file "% File generated by MRPT. Load with MATLAB with: VAR=load(FILENAME);" |
| userHeader | Additional text to be written at the head of the file. Typically MALAB comments "% This file blah blah". Final end-of-line is not needed. |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::scalarPow | ( | const Scalar | s | ) | [inline, inherited] |
| void Eigen::TriangularProduct< Mode, true, Lhs, false, Rhs, true >::scaleAndAddTo | ( | Dest & | dst, |
| Scalar | alpha | ||
| ) | const [inline] |
| DenseBase::ConstSegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::segment | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
This is the const version of segment(Index,Index).
| FixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::segment | ( | Index | start | ) | [inherited] |
*this The template parameter Size is the number of coefficients in the block
| start | the index of the first element of the sub-vector |
Example:
Output:
| ConstFixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::segment | ( | Index | start | ) | const [inherited] |
This is the const version of segment<int>(Index).
| SegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::segment | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
| start | the first coefficient in the segment |
| size | the number of coefficients in the segment |
Example:
Output:
| const Select<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,ThenDerived, typename ThenDerived::ConstantReturnType> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::select | ( | const DenseBase< ThenDerived > & | thenMatrix, |
| typename ThenDerived::Scalar | elseScalar | ||
| ) | const [inline, inherited] |
Version of DenseBase::select(const DenseBase&, const DenseBase&) with the else expression being a scalar value.
| const Select<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , typename ElseDerived::ConstantReturnType, ElseDerived > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::select | ( | typename ElseDerived::Scalar | thenScalar, |
| const DenseBase< ElseDerived > & | elseMatrix | ||
| ) | const [inline, inherited] |
Version of DenseBase::select(const DenseBase&, const DenseBase&) with the then expression being a scalar value.
| const Select<TriangularProduct< Mode, true, Lhs, false, Rhs, true > ,ThenDerived,ElseDerived> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::select | ( | const DenseBase< ThenDerived > & | thenMatrix, |
| const DenseBase< ElseDerived > & | elseMatrix | ||
| ) | const [inherited] |
*this(i,j), and elseMatrix(i,j) otherwise.Example:
Output:
| SelfAdjointViewReturnType<UpLo>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::selfadjointView | ( | ) | [inherited] |
| ConstSelfAdjointViewReturnType<UpLo>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::selfadjointView | ( | ) | const [inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::set_unsafe | ( | const size_t | row, |
| const size_t | col, | ||
| const Scalar | val | ||
| ) | [inline, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setConstant | ( | const Scalar & | value | ) | [inherited] |
Sets all coefficients in this expression to value.
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setIdentity | ( | Index | rows, |
| Index | cols | ||
| ) | [inherited] |
Resizes to the given size, and writes the identity expression (not necessarily square) into *this.
| rows | the new number of rows |
| cols | the new number of columns |
Example:
Output:
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setIdentity | ( | ) | [inherited] |
Writes the identity expression (not necessarily square) into *this.
Example:
Output:
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setLinSpaced | ( | Index | size, |
| const Scalar & | low, | ||
| const Scalar & | high | ||
| ) | [inherited] |
Sets a linearly space vector.
The function generates 'size' equally spaced values in the closed interval [low,high].
Example:
Output:
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setLinSpaced | ( | const Scalar & | low, |
| const Scalar & | high | ||
| ) | [inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setOnes | ( | ) | [inherited] |
Sets all coefficients in this expression to one.
Example:
Output:
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setRandom | ( | ) | [inherited] |
Sets all coefficients in this expression to random values.
Example:
Output:
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setSize | ( | size_t | row, |
| size_t | col | ||
| ) | [inline, inherited] |
| TriangularProduct< Mode, true, Lhs, false, Rhs, true > & Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::setZero | ( | ) | [inherited] |
Sets all coefficients in this expression to zero.
Example:
Output:
| const MatrixFunctionReturnValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::sin | ( | ) | const [inherited] |
| const MatrixFunctionReturnValue<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::sinh | ( | ) | const [inherited] |
| const SparseView<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::sparseView | ( | const Scalar & | m_reference = Scalar(0), |
| typename NumTraits< Scalar >::Real | m_epsilon = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inherited] |
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Sqrt | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Sqrt | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE MatrixBase<TriangularProduct< Mode, true, Lhs, false, Rhs, true > >& Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Square | ( | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Square | ( | ) | const [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::squaredNorm | ( | ) | const [inherited] |
*this, and for matrices the Frobenius norm. In both cases, it consists in the sum of the square of all the matrix entries. For vectors, this is also equals to the dot product of *this with itself.| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::squareNorm | ( | ) | const [inline, inherited] |
| RealScalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::stableNorm | ( | ) | const [inherited] |
*this avoiding underflow and overflow. This version use a blockwise two passes algorithm: 1 - find the absolute largest coefficient s 2 - compute
in a standard wayFor architecture/scalar types supporting vectorization, this version is faster than blueNorm(). Otherwise the blueNorm() is much faster.
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::substract_AAt | ( | const OTHERMATRIX & | A | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::substract_Ac | ( | const OTHERMATRIX & | m, |
| const Scalar | c | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::substract_An | ( | const OTHERMATRIX & | m, |
| const size_t | n | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::substract_At | ( | const OTHERMATRIX & | m | ) | [inline, inherited] |
| void Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Scalar Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::sum | ( | ) | const [inherited] |
| EIGEN_STRONG_INLINE Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::sumAll | ( | ) | const [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::swap | ( | PlainObjectBase< OtherDerived > & | other | ) | [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::swap | ( | const DenseBase< OtherDerived > & | other, |
| int | = OtherDerived::ThisConstantIsPrivateInPlainObjectBase |
||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::swapCols | ( | size_t | i1, |
| size_t | i2 | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::swapRows | ( | size_t | i1, |
| size_t | i2 | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const AdjointReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::t | ( | ) | const [inline, inherited] |
| SegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::tail | ( | Index | size | ) | [inherited] |
| size | the number of coefficients in the block |
Example:
Output:
| ConstFixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::tail | ( | ) | const [inherited] |
This is the const version of tail<int>.
| FixedSegmentReturnType<Size>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::tail | ( | ) | [inherited] |
The template parameter Size is the number of coefficients in the block
Example:
Output:
| DenseBase::ConstSegmentReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::tail | ( | Index | size | ) | const [inherited] |
This is the const version of tail(Index).
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topLeftCorner | ( | ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topLeftCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | const [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topLeftCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topLeftCorner | ( | ) | const [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRightCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | [inline, inherited] |
| Block<TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRightCorner | ( | ) | [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRightCorner | ( | Index | cRows, |
| Index | cCols | ||
| ) | const [inline, inherited] |
| const Block<const TriangularProduct< Mode, true, Lhs, false, Rhs, true > , CRows, CCols> Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRightCorner | ( | ) | const [inline, inherited] |
| ConstNRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRows | ( | ) | const [inline, inherited] |
| NRowsBlockXpr<N>::Type Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRows | ( | ) | [inline, inherited] |
| RowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRows | ( | Index | n | ) | [inline, inherited] |
| ConstRowsBlockXpr Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::topRows | ( | Index | n | ) | const [inline, inherited] |
| Scalar Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::trace | ( | ) | const [inherited] |
*this, i.e. the sum of the coefficients on the main diagonal.*this can be any matrix, not necessarily square.
Reimplemented from Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >.
| ConstTransposeReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::transpose | ( | ) | const [inherited] |
This is the const version of transpose().
Make sure you read the warning for transpose() !
| Eigen::Transpose<TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::transpose | ( | ) | [inherited] |
Example:
Output:
m = m.transpose(); // bug!!! caused by aliasing effect
m.transposeInPlace();
m = m.transpose().eval();
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::transposeInPlace | ( | ) | [inherited] |
This is the "in place" version of transpose(): it replaces *this by its own transpose.
Thus, doing
m.transposeInPlace();
has the same effect on m as doing
m = m.transpose().eval();
and is faster and also safer because in the latter line of code, forgetting the eval() results in a bug caused by aliasing.
Notice however that this method is only useful if you want to replace a matrix by its own transpose. If you just need the transpose of a matrix, use transpose().
*this must be a resizable matrix.| ConstTriangularViewReturnType<Mode>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::triangularView | ( | ) | const [inherited] |
This is the const version of MatrixBase::triangularView()
| TriangularViewReturnType<Mode>::Type Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::triangularView | ( | ) | [inherited] |
The parameter Mode can have the following values: #Upper, #StrictlyUpper, #UnitUpper, #Lower, #StrictlyLower, #UnitLower.
Example:
Output:
| const CwiseUnaryOp<CustomUnaryOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unaryExpr | ( | const CustomUnaryOp & | func = CustomUnaryOp() | ) | const [inline, inherited] |
Apply a unary operator coefficient-wise.
| [in] | func | Functor implementing the unary operator |
| CustomUnaryOp | Type of func |
The function ptr_fun() from the C++ standard library can be used to make functors out of normal functions.
Example:
Output:
Genuine functors allow for more possibilities, for instance it may contain a state.
Example:
Output:
| const CwiseUnaryView<CustomViewOp, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unaryViewExpr | ( | const CustomViewOp & | func = CustomViewOp() | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unit | ( | const size_t | nRows, |
| const Scalar | diag_vals | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unit | ( | ) | [inline, inherited] |
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Unit | ( | Index | i | ) | [static, inherited] |
This variant is for fixed-size vector only.
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Unit | ( | Index | size, |
| Index | i | ||
| ) | [static, inherited] |
| PlainObject Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unitOrthogonal | ( | void | ) | const [inherited] |
*this The size of *this must be at least 2. If the size is exactly 2, then the returned vector is a counter clock wise rotation of *this, i.e., (-y,x).normalized().
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::UnitW | ( | ) | [static, inherited] |
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::UnitX | ( | ) | [static, inherited] |
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::UnitY | ( | ) | [static, inherited] |
| static const BasisReturnType Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::UnitZ | ( | ) | [static, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unsafeRemoveColumns | ( | const std::vector< size_t > & | idxs | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::unsafeRemoveRows | ( | const std::vector< size_t > & | idxs | ) | [inline, inherited] |
| CoeffReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::value | ( | void | ) | const [inline, inherited] |
| void Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::visit | ( | Visitor & | func | ) | const [inherited] |
Applies the visitor visitor to the whole coefficients of the matrix or vector.
The template parameter Visitor is the type of the visitor and provides the following interface:
struct MyVisitor { // called for the first coefficient void init(const Scalar& value, Index i, Index j); // called for all other coefficients void operator() (const Scalar& value, Index i, Index j); };
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Zero | ( | Index | size | ) | [static, inherited] |
The parameter size is the size of the returned vector. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size vector types. For fixed-size types, it is redundant to pass size as argument, so Zero() should be used instead.
Example:
Output:
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Zero | ( | ) | [static, inherited] |
This variant is only for fixed-size MatrixBase types. For dynamic-size types, you need to use the variants taking size arguments.
Example:
Output:
| static const ConstantReturnType Eigen::DenseBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::Zero | ( | Index | rows, |
| Index | cols | ||
| ) | [static, inherited] |
The parameters rows and cols are the number of rows and of columns of the returned matrix. Must be compatible with this MatrixBase type.
This variant is meant to be used for dynamic-size matrix types. For fixed-size types, it is redundant to pass rows and cols as arguments, so Zero() should be used instead.
Example:
Output:
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::zeros | ( | const size_t | row, |
| const size_t | col | ||
| ) | [inline, inherited] |
| EIGEN_STRONG_INLINE void Eigen::MatrixBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > >::zeros | ( | ) | [inline, inherited] |
| const ScalarMultipleReturnType operator* | ( | const Scalar & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const TriangularProduct< Mode, true, Lhs, false, Rhs, true > > operator* | ( | const std::complex< Scalar > & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
const LhsNested Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::m_lhs [protected, inherited] |
PlainObject Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::m_result [mutable, protected, inherited] |
const RhsNested Eigen::ProductBase< TriangularProduct< Mode, true, Lhs, false, Rhs, true > , Lhs, Rhs >::m_rhs [protected, inherited] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |