![]() |
Eigen
3.3.7
|
Common base class for Map and Ref instance of sparse matrix and vector.
class SparseMapBase
Inheritance diagram for Eigen::SparseMapBase< Derived, ReadOnlyAccessors >:Public Member Functions | |
| 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 |
Empty destructor
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
*this is in compressed form.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |