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