
Classes | |
| class | InnerIterator |
Public Types | |
| typedef CwiseUnaryOp< UnaryOp, MatrixType > | Derived |
| enum | |
| typedef internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar | Scalar |
| typedef internal::packet_traits < Scalar >::type | PacketScalar |
| typedef internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::StorageKind | StorageKind |
| typedef internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::Index | Index |
| typedef SparseMatrixBase | StorageBaseType |
| typedef EigenBase < CwiseUnaryOp< UnaryOp, MatrixType > > | Base |
| typedef internal::conditional < NumTraits< Scalar > ::IsComplex, CwiseUnaryOp < internal::scalar_conjugate_op < Scalar >, Eigen::Transpose < const CwiseUnaryOp< UnaryOp, MatrixType > > >, Transpose < const CwiseUnaryOp< UnaryOp, MatrixType > > >::type | AdjointReturnType |
| typedef SparseMatrix< Scalar, Flags &RowMajorBit?RowMajor:ColMajor > | PlainObject |
Public Member Functions | |
| const CwiseUnaryOp < internal::scalar_opposite_op < typename internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar > , const CwiseUnaryOp< UnaryOp, MatrixType > > | 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 CwiseUnaryOp < UnaryOp, MatrixType > > | operator* (const std::complex< Scalar > &scalar) const |
| Overloaded for efficient real matrix times complex scalar value. | |
| const SparseSparseProductReturnType < CwiseUnaryOp< UnaryOp, MatrixType >, OtherDerived > ::Type | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| const SparseDiagonalProduct < CwiseUnaryOp< UnaryOp, MatrixType >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| const SparseDenseProductReturnType < CwiseUnaryOp< UnaryOp, MatrixType >, OtherDerived > ::Type | operator* (const MatrixBase< OtherDerived > &other) const |
| sparse * dense (returns a dense object unless it is an outer product) | |
| const CwiseUnaryOp < internal::scalar_quotient1_op < typename internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar > , const CwiseUnaryOp< UnaryOp, MatrixType > > | operator/ (const Scalar &scalar) const |
| internal::cast_return_type < CwiseUnaryOp< UnaryOp, MatrixType >, const CwiseUnaryOp < internal::scalar_cast_op < typename internal::traits < CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar, NewType >, const CwiseUnaryOp < UnaryOp, MatrixType > > >::type | cast () const |
| ConjugateReturnType | conjugate () const |
| RealReturnType | real () const |
| NonConstRealReturnType | real () |
| const ImagReturnType | imag () const |
| NonConstImagReturnType | imag () |
| const CwiseUnaryOp < CustomUnaryOp, const CwiseUnaryOp< UnaryOp, MatrixType > > | unaryExpr (const CustomUnaryOp &func=CustomUnaryOp()) const |
| Apply a unary operator coefficient-wise. | |
| const CwiseUnaryView < CustomViewOp, const CwiseUnaryOp< UnaryOp, MatrixType > > | unaryViewExpr (const CustomViewOp &func=CustomViewOp()) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp< CustomBinaryOp, const CwiseUnaryOp< UnaryOp, MatrixType >, 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 CwiseUnaryOp < UnaryOp, MatrixType > > | cwiseAbs () const |
| EIGEN_STRONG_INLINE const CwiseUnaryOp < internal::scalar_abs2_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType > > | cwiseAbs2 () const |
| const CwiseUnaryOp < internal::scalar_sqrt_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType > > | cwiseSqrt () const |
| const CwiseUnaryOp < internal::scalar_inverse_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType > > | cwiseInverse () const |
| const CwiseUnaryOp < std::binder1st < std::equal_to< Scalar > >, const CwiseUnaryOp < UnaryOp, MatrixType > > | cwiseEqual (const Scalar &s) const |
| const CwiseBinaryOp < std::equal_to< Scalar > , const CwiseUnaryOp< UnaryOp, MatrixType >, const OtherDerived > | cwiseEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const | EIGEN_CWISE_PRODUCT_RETURN_TYPE (CwiseUnaryOp< UnaryOp, MatrixType >, OtherDerived) cwiseProduct(const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| const CwiseBinaryOp < std::not_equal_to< Scalar > , const CwiseUnaryOp< UnaryOp, MatrixType >, const OtherDerived > | cwiseNotEqual (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_min_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType >, const OtherDerived > | cwiseMin (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_max_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType >, const OtherDerived > | cwiseMax (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| EIGEN_STRONG_INLINE const CwiseBinaryOp < internal::scalar_quotient_op < Scalar >, const CwiseUnaryOp < UnaryOp, MatrixType >, const OtherDerived > | cwiseQuotient (const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > &other) const |
| Index | rows () const |
| Index | cols () const |
| Index | size () const |
| Index | nonZeros () const |
| bool | isVector () const |
| Index | outerSize () const |
| Index | innerSize () const |
| bool | isRValue () const |
| CwiseUnaryOp< UnaryOp, MatrixType > & | markAsRValue () |
| void | assignGeneric (const OtherDerived &other) |
| void | _experimentalNewProduct (const Lhs &lhs, const Rhs &rhs) |
| CwiseUnaryOp< UnaryOp, MatrixType > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| CwiseUnaryOp< UnaryOp, MatrixType > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| CwiseUnaryOp< UnaryOp, MatrixType > & | operator*= (const Scalar &other) |
| CwiseUnaryOp< UnaryOp, MatrixType > & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| CwiseUnaryOp< UnaryOp, MatrixType > & | operator/= (const Scalar &other) |
| EIGEN_STRONG_INLINE const EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| const SparseTriangularView < CwiseUnaryOp< UnaryOp, MatrixType >, Mode > | triangularView () const |
| const SparseSelfAdjointView < CwiseUnaryOp< UnaryOp, MatrixType >, UpLo > | selfadjointView () const |
| SparseSelfAdjointView < CwiseUnaryOp< UnaryOp, MatrixType >, UpLo > | selfadjointView () |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| RealScalar | squaredNorm () const |
| RealScalar | norm () const |
| Transpose< CwiseUnaryOp < UnaryOp, MatrixType > > | transpose () |
| const Transpose< const CwiseUnaryOp< UnaryOp, MatrixType > > | transpose () const |
| const AdjointReturnType | adjoint () const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | row (Index i) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | row (Index i) const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | col (Index j) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | col (Index j) const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | innerVector (Index outer) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, 1 > | innerVector (Index outer) const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | subrows (Index start, Index size) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | subrows (Index start, Index size) const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | subcols (Index start, Index size) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | subcols (Index start, Index size) const |
| SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | innerVectors (Index outerStart, Index outerSize) |
| const SparseInnerVectorSet < CwiseUnaryOp< UnaryOp, MatrixType >, Dynamic > | innerVectors (Index outerStart, Index outerSize) const |
| void | evalTo (MatrixBase< DenseDerived > &dst) const |
| void | evalTo (Dest &dst) const |
| Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > | toDense () const |
| bool | isApprox (const SparseMatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const |
| bool | isApprox (const MatrixBase< OtherDerived > &other, RealScalar prec=NumTraits< Scalar >::dummy_precision()) const |
| const internal::eval < CwiseUnaryOp< UnaryOp, MatrixType > >::type | eval () const |
| Scalar | sum () const |
| CwiseUnaryOp< UnaryOp, MatrixType > & | derived () |
| const CwiseUnaryOp< UnaryOp, MatrixType > & | derived () const |
| CwiseUnaryOp< UnaryOp, MatrixType > & | const_cast_derived () const |
| const CwiseUnaryOp< UnaryOp, MatrixType > & | const_derived () const |
| void | addTo (Dest &dst) const |
| void | subTo (Dest &dst) const |
| void | applyThisOnTheRight (Dest &dst) const |
| void | applyThisOnTheLeft (Dest &dst) const |
Protected Attributes | |
| bool | m_isRValue |
Friends | |
| const ScalarMultipleReturnType | operator* (const Scalar &scalar, const StorageBaseType &matrix) |
| const CwiseUnaryOp < internal::scalar_multiple2_op < Scalar, std::complex< Scalar > >, const CwiseUnaryOp < UnaryOp, MatrixType > > | operator* (const std::complex< Scalar > &scalar, const StorageBaseType &matrix) |
| const SparseDiagonalProduct < OtherDerived, CwiseUnaryOp < UnaryOp, MatrixType > > | operator* (const DiagonalBase< OtherDerived > &lhs, const SparseMatrixBase &rhs) |
| const DenseSparseProductReturnType < OtherDerived, CwiseUnaryOp < UnaryOp, MatrixType > >::Type | operator* (const MatrixBase< OtherDerived > &lhs, const CwiseUnaryOp< UnaryOp, MatrixType > &rhs) |
| dense * sparse (return a dense object unless it is an outer product) | |
| std::ostream & | operator<< (std::ostream &s, const SparseMatrixBase &m) |
typedef internal::conditional<NumTraits<Scalar>::IsComplex, CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>, Eigen::Transpose<const CwiseUnaryOp< UnaryOp, MatrixType > > >, Transpose<const CwiseUnaryOp< UnaryOp, MatrixType > > >::type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::AdjointReturnType [inherited] |
typedef EigenBase<CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::Base [inherited] |
| typedef CwiseUnaryOp<UnaryOp, MatrixType> Eigen::CwiseUnaryOpImpl< UnaryOp, MatrixType, Sparse >::Derived |
typedef internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::Index [inherited] |
Reimplemented from Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
typedef internal::packet_traits<Scalar>::type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::PacketScalar [inherited] |
typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::PlainObject [inherited] |
typedef internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar [inherited] |
typedef SparseMatrixBase Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::StorageBaseType [inherited] |
typedef internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::StorageKind Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::StorageKind [inherited] |
Reimplemented from Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
| void Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::_experimentalNewProduct | ( | const Lhs & | lhs, |
| const Rhs & | rhs | ||
| ) | [inline, inherited] |
| void Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::addTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const AdjointReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::adjoint | ( | ) | const [inline, inherited] |
| void Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::applyThisOnTheLeft | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::applyThisOnTheRight | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::assignGeneric | ( | const OtherDerived & | other | ) | [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::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:
| internal::cast_return_type<CwiseUnaryOp< UnaryOp, MatrixType > ,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar, NewType>, const CwiseUnaryOp< UnaryOp, MatrixType > > >::type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cast | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::col | ( | Index | j | ) | [inherited] |
*this. For column-major matrix only. | const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::col | ( | Index | j | ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cols | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
| ConjugateReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::conjugate | ( | ) | const [inline, inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::const_cast_derived | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::const_derived | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseAbs | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseAbs2 | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseEqual | ( | const Scalar & | s | ) | const [inline, inherited] |
*this and a scalar s | const CwiseBinaryOp<std::equal_to<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseInverse | ( | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_max_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseMax | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_min_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseMin | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseBinaryOp<std::not_equal_to<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseNotEqual | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
Example:
Output:
| EIGEN_STRONG_INLINE const EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseProduct | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_quotient_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > , const OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseQuotient | ( | const EIGEN_CURRENT_STORAGE_BASE_CLASS< OtherDerived > & | other | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::cwiseSqrt | ( | ) | const [inline, inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::derived | ( | ) | [inline, inherited] |
| const CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::derived | ( | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::dot | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
| Scalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::dot | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| EIGEN_STRONG_INLINE const Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::EIGEN_CWISE_PRODUCT_RETURN_TYPE | ( | CwiseUnaryOp< UnaryOp, MatrixType > | , |
| OtherDerived | |||
| ) | const [inline, inherited] |
| const internal::eval<CwiseUnaryOp< UnaryOp, MatrixType > >::type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::eval | ( | ) | const [inline, inherited] |
| void Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::evalTo | ( | MatrixBase< DenseDerived > & | dst | ) | const [inline, inherited] |
| void Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| const ImagReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::imag | ( | ) | const [inline, inherited] |
| NonConstImagReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::imag | ( | ) | [inline, inherited] |
| Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::innerSize | ( | ) | const [inline, inherited] |
| SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::innerVector | ( | Index | outer | ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::innerVector | ( | Index | outer | ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | [inherited] |
*this if *this is col-major (resp. row-major). | const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::innerVectors | ( | Index | outerStart, |
| Index | outerSize | ||
| ) | const [inherited] |
*this if *this is col-major (resp. row-major). Read-only. | bool Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::isApprox | ( | const SparseMatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::isApprox | ( | const MatrixBase< OtherDerived > & | other, |
| RealScalar | prec = NumTraits<Scalar>::dummy_precision() |
||
| ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::isRValue | ( | ) | const [inline, inherited] |
| bool Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::isVector | ( | ) | const [inline, inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::markAsRValue | ( | ) | [inline, inherited] |
| Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::nonZeros | ( | ) | const [inline, inherited] |
| RealScalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::norm | ( | ) | const [inherited] |
| const SparseSparseProductReturnType<CwiseUnaryOp< UnaryOp, MatrixType > ,OtherDerived>::Type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const SparseMatrixBase< OtherDerived > & | other | ) | const [inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const std::complex< Scalar > & | scalar | ) | const [inline, inherited] |
| const ScalarMultipleReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const RealScalar & | scalar | ) | const [inherited] |
| const SparseDiagonalProduct<CwiseUnaryOp< UnaryOp, MatrixType > ,OtherDerived> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const DiagonalBase< OtherDerived > & | other | ) | const [inherited] |
| const SparseDenseProductReturnType<CwiseUnaryOp< UnaryOp, MatrixType > ,OtherDerived>::Type Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator* | ( | const MatrixBase< OtherDerived > & | other | ) | const [inherited] |
sparse * dense (returns a dense object unless it is an outer product)
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator*= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator*= | ( | const Scalar & | other | ) | [inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator+= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_opposite_op<typename internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator- | ( | ) | const [inline, inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator-= | ( | const SparseMatrixBase< OtherDerived > & | other | ) | [inherited] |
| const CwiseUnaryOp<internal::scalar_quotient1_op<typename internal::traits<CwiseUnaryOp< UnaryOp, MatrixType > >::Scalar>, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator/ | ( | const Scalar & | scalar | ) | const [inline, inherited] |
| CwiseUnaryOp< UnaryOp, MatrixType > & Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::operator/= | ( | const Scalar & | other | ) | [inherited] |
| Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::outerSize | ( | ) | const [inline, inherited] |
| RealReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::real | ( | ) | const [inline, inherited] |
| NonConstRealReturnType Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::real | ( | ) | [inline, inherited] |
| const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::row | ( | Index | i | ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,1> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::row | ( | Index | i | ) | [inherited] |
*this. For row-major matrix only. | Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::rows | ( | void | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
| SparseSelfAdjointView<CwiseUnaryOp< UnaryOp, MatrixType > , UpLo> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::selfadjointView | ( | ) | [inline, inherited] |
| const SparseSelfAdjointView<CwiseUnaryOp< UnaryOp, MatrixType > , UpLo> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::selfadjointView | ( | ) | const [inline, inherited] |
| Index Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::size | ( | ) | const [inline, inherited] |
Reimplemented from Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >.
| RealScalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::squaredNorm | ( | ) | const [inherited] |
| SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For column-major matrix only. | const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::subcols | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For column-major matrix only. (read-only version) | const SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | const [inherited] |
*this. For row-major matrix only. (read-only version) | SparseInnerVectorSet<CwiseUnaryOp< UnaryOp, MatrixType > ,Dynamic> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::subrows | ( | Index | start, |
| Index | size | ||
| ) | [inherited] |
*this. For row-major matrix only. | void Eigen::EigenBase< CwiseUnaryOp< UnaryOp, MatrixType > >::subTo | ( | Dest & | dst | ) | const [inline, inherited] |
| Scalar Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::sum | ( | ) | const [inherited] |
| Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::toDense | ( | ) | const [inline, inherited] |
| const Transpose<const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::transpose | ( | ) | const [inline, inherited] |
| Transpose<CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::transpose | ( | ) | [inline, inherited] |
| const SparseTriangularView<CwiseUnaryOp< UnaryOp, MatrixType > , Mode> Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::triangularView | ( | ) | const [inline, inherited] |
| const CwiseUnaryOp<CustomUnaryOp, const CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::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 CwiseUnaryOp< UnaryOp, MatrixType > > Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::unaryViewExpr | ( | const CustomViewOp & | func = CustomViewOp() | ) | const [inline, inherited] |
| const ScalarMultipleReturnType operator* | ( | const Scalar & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const CwiseUnaryOp<internal::scalar_multiple2_op<Scalar,std::complex<Scalar> >, const CwiseUnaryOp< UnaryOp, MatrixType > > operator* | ( | const std::complex< Scalar > & | scalar, |
| const StorageBaseType & | matrix | ||
| ) | [friend, inherited] |
| const DenseSparseProductReturnType<OtherDerived,CwiseUnaryOp< UnaryOp, MatrixType > >::Type operator* | ( | const MatrixBase< OtherDerived > & | lhs, |
| const CwiseUnaryOp< UnaryOp, MatrixType > & | rhs | ||
| ) | [friend, inherited] |
| const SparseDiagonalProduct<OtherDerived,CwiseUnaryOp< UnaryOp, MatrixType > > operator* | ( | const DiagonalBase< OtherDerived > & | lhs, |
| const SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > > & | rhs | ||
| ) | [friend, inherited] |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > > & | m | ||
| ) | [friend, inherited] |
bool Eigen::SparseMatrixBase< CwiseUnaryOp< UnaryOp, MatrixType > >::m_isRValue [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: |