|
EIGEN_DEPRECATED Storage & | _data () |
|
EIGEN_DEPRECATED const Storage & | _data () const |
|
Scalar | coeff (Index i) const |
|
Scalar | coeff (Index row, Index col) const |
|
Scalar & | coeffRef (Index i) |
|
Scalar & | coeffRef (Index row, Index col) |
|
Index | cols () const |
|
void | conservativeResize (Index newSize) |
|
Storage & | data () |
|
const Storage & | data () const |
|
EIGEN_DEPRECATED void | endFill () |
|
EIGEN_DEPRECATED Scalar & | fill (Index i) |
|
EIGEN_DEPRECATED Scalar & | fill (Index r, Index c) |
|
EIGEN_DEPRECATED Scalar & | fillrand (Index i) |
|
EIGEN_DEPRECATED Scalar & | fillrand (Index r, Index c) |
|
void | finalize () |
|
StorageIndex * | innerIndexPtr () |
|
const StorageIndex * | innerIndexPtr () const |
|
StorageIndex * | innerNonZeroPtr () |
|
const StorageIndex * | innerNonZeroPtr () const |
|
Index | innerSize () const |
|
Scalar & | insert (Index i) |
|
Scalar & | insert (Index row, Index col) |
|
Scalar & | insertBack (Index i) |
|
Scalar & | insertBackByOuterInner (Index outer, Index inner) |
|
Scalar & | insertBackByOuterInnerUnordered (Index outer, Index inner) |
|
Scalar & | insertBackUnordered (Index i) |
|
Index | nonZeros () const |
|
template<typename OtherDerived > |
SparseVector & | operator= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector & | operator= (const SparseVector &other) |
|
StorageIndex * | outerIndexPtr () |
|
const StorageIndex * | outerIndexPtr () const |
|
Index | outerSize () const |
|
Index | prune (const Scalar &reference, const RealScalar &epsilon=NumTraits< RealScalar >::dummy_precision()) |
|
template<class F > |
Index | prune (F &&keep_predicate) |
| Prunes the entries of the vector based on a predicate More...
|
|
void | reserve (Index reserveSize) |
|
void | resize (Index newSize) |
|
void | resize (Index rows, Index cols) |
|
void | resizeNonZeros (Index size) |
|
Index | rows () const |
|
void | setZero () |
|
| SparseVector () |
|
template<typename OtherDerived > |
| SparseVector (const SparseMatrixBase< OtherDerived > &other) |
|
| SparseVector (const SparseVector &other) |
|
| SparseVector (Index rows, Index cols) |
|
| SparseVector (Index size) |
|
EIGEN_DEPRECATED void | startFill (Index reserve) |
|
void | startVec (Index outer) |
|
Scalar | sum () const |
|
template<int OtherOptions> |
void | swap (SparseMatrix< Scalar, OtherOptions, StorageIndex > &other) |
|
void | swap (SparseVector &other) |
|
Scalar * | valuePtr () |
|
const Scalar * | valuePtr () const |
|
| ~SparseVector () |
|
Map< Array< Scalar, Dynamic, 1 > > | coeffs () |
|
const Map< const Array< Scalar, Dynamic, 1 > > | coeffs () const |
|
StorageIndex * | innerIndexPtr () |
|
const StorageIndex * | innerIndexPtr () const |
|
Index | innerIndicesAreSorted () const |
|
Index | innerIndicesAreSorted (Index begin, Index end) const |
|
StorageIndex * | innerNonZeroPtr () |
|
const StorageIndex * | innerNonZeroPtr () const |
|
bool | isCompressed () const |
|
Index | nonZeros () const |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const EigenBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const ReturnByValue< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const SparseVector< Scalar_, Options_, StorageIndex_ > &other) |
|
StorageIndex * | outerIndexPtr () |
|
const StorageIndex * | outerIndexPtr () const |
|
void | sortInnerIndices () |
|
void | sortInnerIndices (Index begin, Index end) |
|
Scalar * | valuePtr () |
|
const Scalar * | valuePtr () const |
|
const AdjointReturnType | adjoint () const |
|
RealScalar | blueNorm () const |
|
Index | cols () const |
|
const SparseMatrixBase< SparseVector< Scalar_, Options_, StorageIndex_ > >::template CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
|
const CwiseProductDenseReturnType< OtherDerived >::Type | cwiseProduct (const MatrixBase< OtherDerived > &other) const |
|
internal::traits< SparseVector< Scalar_, Options_, StorageIndex_ > >::Scalar | dot (const MatrixBase< OtherDerived > &other) const |
|
Scalar | dot (const MatrixBase< OtherDerived > &other) const |
|
internal::traits< SparseVector< Scalar_, Options_, StorageIndex_ > >::Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
|
Scalar | dot (const SparseMatrixBase< OtherDerived > &other) const |
|
const internal::eval< SparseVector< Scalar_, Options_, StorageIndex_ > >::type | eval () const |
|
Index | innerSize () const |
|
bool | isApprox (const MatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isApprox (const SparseMatrixBase< OtherDerived > &other, const RealScalar &prec=NumTraits< Scalar >::dummy_precision()) const |
|
bool | isRValue () const |
|
bool | isVector () const |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | markAsRValue () |
|
RealScalar | norm () const |
|
const Product< SparseVector< Scalar_, Options_, StorageIndex_ >, OtherDerived > | operator* (const DiagonalBase< OtherDerived > &other) const |
|
const Product< SparseVector< Scalar_, Options_, StorageIndex_ >, OtherDerived > | operator* (const MatrixBase< OtherDerived > &other) const |
|
const Product< SparseVector< Scalar_, Options_, StorageIndex_ >, OtherDerived, AliasFreeProduct > | operator* (const SparseMatrixBase< OtherDerived > &other) const |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator*= (const Scalar &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator*= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator+= (const DiagonalBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator+= (const EigenBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator+= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator-= (const DiagonalBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator-= (const EigenBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator-= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator/= (const Scalar &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const EigenBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const ReturnByValue< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const SparseMatrixBase< OtherDerived > &other) |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | operator= (const SparseVector< Scalar_, Options_, StorageIndex_ > &other) |
|
Index | outerSize () const |
|
const SparseView< SparseVector< Scalar_, Options_, StorageIndex_ > > | pruned (const Scalar &reference=Scalar(0), const RealScalar &epsilon=NumTraits< Scalar >::dummy_precision()) const |
|
Index | rows () const |
|
SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
SparseMatrixBase< SparseVector< Scalar_, Options_, StorageIndex_ > >::template SelfAdjointViewReturnType< UpLo >::Type | selfadjointView () |
|
ConstSelfAdjointViewReturnType< UpLo >::Type | selfadjointView () const |
|
SparseMatrixBase< SparseVector< Scalar_, Options_, StorageIndex_ > >::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 |
|
const TriangularView< const SparseVector< Scalar_, Options_, StorageIndex_ >, Mode > | triangularView () const |
|
SparseSymmetricPermutationProduct< SparseVector< Scalar_, Options_, StorageIndex_ >, Upper|Lower > | twistedBy (const PermutationMatrix< Dynamic, Dynamic, StorageIndex > &perm) const |
|
void | addTo (Dest &dst) const |
|
void | applyThisOnTheLeft (Dest &dst) const |
|
void | applyThisOnTheRight (Dest &dst) const |
|
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | const_cast_derived () const |
|
const SparseVector< Scalar_, Options_, StorageIndex_ > & | const_derived () const |
|
SparseVector< Scalar_, Options_, StorageIndex_ > & | derived () |
|
const SparseVector< Scalar_, Options_, StorageIndex_ > & | derived () const |
|
void | evalTo (Dest &dst) const |
|
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
void | subTo (Dest &dst) const |
|