#include <DynamicSparseMatrix.h>
Public Member Functions | |
Index | col () const |
InnerIterator (const DynamicSparseMatrix &mat, Index outer) | |
Index | outer () const |
Index | row () const |
Public Member Functions inherited from Eigen::SparseCompressedBase::InnerIterator | |
Index | col () const |
StorageIndex | index () const |
InnerIterator () | |
InnerIterator (const InnerIterator &other) | |
InnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data) | |
InnerIterator (const SparseCompressedBase &mat) | |
InnerIterator (const SparseCompressedBase &mat, Index outer) | |
operator bool () const | |
InnerIterator | operator+ (Index i) |
InnerIterator & | operator++ () |
InnerIterator & | operator+= (Index i) |
InnerIterator & | operator= (const InnerIterator &other) |
Index | outer () const |
Index | row () const |
const Scalar & | value () const |
Scalar & | valueRef () |
Protected Attributes | |
const Index | m_outer |
Protected Attributes inherited from Eigen::SparseCompressedBase::InnerIterator | |
Index | m_end |
Index | m_id |
const StorageIndex * | m_indices |
const OuterType | m_outer |
const Scalar * | m_values |
Private Types | |
typedef SparseVector< Scalar, _Options, _StorageIndex >::InnerIterator | Base |
Additional Inherited Members | |
Protected Types inherited from Eigen::SparseCompressedBase::InnerIterator | |
typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:Dynamic > | OuterType |
Definition at line 338 of file DynamicSparseMatrix.h.
|
private |
Definition at line 340 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 342 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 347 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 348 of file DynamicSparseMatrix.h.
|
inline |
Definition at line 346 of file DynamicSparseMatrix.h.
|
protected |
Definition at line 351 of file DynamicSparseMatrix.h.