|
| Scalar | coeff (Index row, Index col) const |
| |
| Index | cols () const |
| |
| const StorageIndex * | innerIndexPtr () const |
| |
| const StorageIndex * | innerNonZeroPtr () const |
| |
| Index | innerSize () const |
| |
| bool | isCompressed () const |
| |
| Index | nonZeros () const |
| |
| Derived & | operator= (const Derived &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const EigenBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| |
| const StorageIndex * | outerIndexPtr () const |
| |
| Index | outerSize () const |
| |
| Index | rows () const |
| |
| | SparseMapBase (Index rows, Index cols, Index nnz, IndexPointer outerIndexPtr, IndexPointer innerIndexPtr, ScalarPointer valuePtr, IndexPointer innerNonZerosPtr=0) |
| |
| | SparseMapBase (Index size, Index nnz, IndexPointer innerIndexPtr, ScalarPointer valuePtr) |
| |
| const Scalar * | valuePtr () const |
| |
| | ~SparseMapBase () |
| |
| Map< Array< Scalar, Dynamic, 1 > > | coeffs () |
| |
| const Map< const Array< Scalar, Dynamic, 1 > > | coeffs () const |
| |
| StorageIndex * | innerIndexPtr () |
| |
| const StorageIndex * | innerIndexPtr () const |
| |
| template<class Comp = std::less<>> |
| Index | innerIndicesAreSorted () const |
| |
| template<class Comp = std::less<>> |
| Index | innerIndicesAreSorted (Index begin, Index end) const |
| |
| StorageIndex * | innerNonZeroPtr () |
| |
| const StorageIndex * | innerNonZeroPtr () const |
| |
| bool | isCompressed () const |
| |
| Index | nonZeros () const |
| |
| Derived & | operator= (const Derived &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const EigenBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| |
| StorageIndex * | outerIndexPtr () |
| |
| const StorageIndex * | outerIndexPtr () const |
| |
| template<class Comp = std::less<>> |
| void | sortInnerIndices () |
| |
| template<class Comp = std::less<>> |
| void | sortInnerIndices (Index begin, Index end) |
| |
| Scalar * | valuePtr () |
| |
| const Scalar * | valuePtr () const |
| |
| const AdjointReturnType | adjoint () const |
| |
| RealScalar | blueNorm () const |
| |
| Index | cols () const |
| |
| template<typename OtherDerived > |
| const SparseMatrixBase< Derived >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| internal::traits< Derived >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| Scalar | dot (const MatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| internal::traits< Derived >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
| |
| const internal::eval< Derived >::type | eval () const |
| |
| Index | innerSize () const |
| |
| template<typename OtherDerived > |
| bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| template<typename OtherDerived > |
| bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
| |
| bool | isRValue () const |
| |
| bool | isVector () const |
| |
| Derived & | markAsRValue () |
| |
| RealScalar | norm () const |
| |
| template<typename OtherDerived > |
| const Product< Derived, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| const Product< Derived, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
| |
| template<typename OtherDerived > |
| const Product< Derived, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
| |
| Derived & | operator*= (const Scalar &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator+= (const DiagonalBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator+= (const EigenBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator-= (const DiagonalBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator-= (const EigenBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Derived & | operator/= (const Scalar &other) |
| |
| Derived & | operator= (const Derived &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const EigenBase< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const ReturnByValue< OtherDerived > &other) |
| |
| template<typename OtherDerived > |
| Derived & | operator= (const SparseMatrixBase< OtherDerived > &other) |
| |
| Index | outerSize () const |
| |
| const SparseView< Derived > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
| |
| Index | rows () const |
| |
| template<unsigned int UpLo> |
| SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
| template<unsigned int UpLo> |
| SparseMatrixBase< Derived >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
| |
| template<unsigned int UpLo> |
| ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
| template<unsigned int UpLo> |
| SparseMatrixBase< Derived >::template ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
| |
| Index | size () const |
| |
| | SparseMatrixBase () |
| |
| RealScalar | squaredNorm () const |
| |
| Scalar | sum () const |
| |
| DenseMatrixType | toDense () const |
| |
| TransposeReturnType | transpose () |
| |
| const ConstTransposeReturnType | transpose () const |
| |
| template<int Mode> |
| const TriangularView< const Derived, Mode > | triangularView () const |
| |
| SparseSymmetricPermutationProduct< Derived, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
| |
| template<typename Dest > |
| void | addTo (Dest &dst) const |
| |
| template<typename Dest > |
| void | applyThisOnTheLeft (Dest &dst) const |
| |
| template<typename Dest > |
| void | applyThisOnTheRight (Dest &dst) const |
| |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| |
| Derived & | const_cast_derived () const |
| |
| const Derived & | const_derived () const |
| |
| Derived & | derived () |
| |
| const Derived & | derived () const |
| |
| template<typename Dest > |
| void | evalTo (Dest &dst) const |
| |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| |
| template<typename Dest > |
| void | subTo (Dest &dst) const |
| |
template<typename Derived>
class Eigen::SparseMapBase< Derived, ReadOnlyAccessors >
Common base class for Map and Ref instance of sparse matrix and vector.
class SparseMapBase
Definition at line 52 of file SparseMap.h.