#include <SparseView.h>
Public Types | |
typedef _MatrixTypeNested::InnerIterator | IterBase |
Public Member Functions | |
InnerIterator (const SparseView &view, Index outer) | |
EIGEN_STRONG_INLINE InnerIterator & | operator++ () |
Protected Attributes | |
const SparseView & | m_view |
Private Member Functions | |
void | incrementToNonZero () |
Definition at line 70 of file SparseView.h.
typedef _MatrixTypeNested::InnerIterator SparseView< MatrixType >::InnerIterator::IterBase |
Definition at line 73 of file SparseView.h.
SparseView< MatrixType >::InnerIterator::InnerIterator | ( | const SparseView & | view, |
Index | outer | ||
) | [inline] |
Definition at line 74 of file SparseView.h.
void SparseView< MatrixType >::InnerIterator::incrementToNonZero | ( | ) | [inline, private] |
Definition at line 93 of file SparseView.h.
EIGEN_STRONG_INLINE InnerIterator& SparseView< MatrixType >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 80 of file SparseView.h.
const SparseView& SparseView< MatrixType >::InnerIterator::m_view [protected] |
Definition at line 90 of file SparseView.h.