![]() |
Eigen
3.3.7
|
A sparse vector expression referencing an existing sparse vector expression.
| SparseVectorType | the equivalent sparse vector type of the referenced data, it must be a template instance of class SparseVector. |
Inheritance diagram for Eigen::Ref< SparseVectorType >:Public Member Functions | |
| template<typename Derived > | |
| Ref (SparseCompressedBase< Derived > &expr) | |
Public Member Functions inherited from Eigen::SparseMapBase< Derived, WriteAccessors > | |
| Scalar & | coeffRef (Index row, Index col) |
| StorageIndex * | innerIndexPtr () |
| StorageIndex * | innerNonZeroPtr () |
| StorageIndex * | outerIndexPtr () |
| Scalar * | valuePtr () |
| ~SparseMapBase () | |
Public Member Functions inherited from Eigen::SparseMapBase< Derived, ReadOnlyAccessors > | |
| 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 |
| const StorageIndex * | outerIndexPtr () const |
| Index | outerSize () const |
| Index | rows () const |
| const Scalar * | valuePtr () const |
| ~SparseMapBase () | |
Public Member Functions inherited from Eigen::SparseCompressedBase< Derived > | |
| Map< Array< Scalar, Dynamic, 1 > > | coeffs () |
| const Map< const Array< Scalar, Dynamic, 1 > > | coeffs () const |
| StorageIndex * | innerIndexPtr () |
| const StorageIndex * | innerIndexPtr () const |
| StorageIndex * | innerNonZeroPtr () |
| const StorageIndex * | innerNonZeroPtr () const |
| bool | isCompressed () const |
| Index | nonZeros () const |
| StorageIndex * | outerIndexPtr () |
| const StorageIndex * | outerIndexPtr () const |
| Scalar * | valuePtr () |
| const Scalar * | valuePtr () const |
Additional Inherited Members | |
Protected Member Functions inherited from Eigen::SparseCompressedBase< Derived > | |
| SparseCompressedBase () | |
|
inline |
Implicit constructor from any 1D sparse vector expression