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