#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 Types | |
typedef SparseView::Index | Index |
Private Member Functions | |
void | incrementToNonZero () |
Definition at line 57 of file SparseView.h.
typedef SparseView::Index Eigen::SparseView< MatrixType >::InnerIterator::Index [private] |
Definition at line 59 of file SparseView.h.
typedef _MatrixTypeNested::InnerIterator Eigen::SparseView< MatrixType >::InnerIterator::IterBase |
Definition at line 61 of file SparseView.h.
Eigen::SparseView< MatrixType >::InnerIterator::InnerIterator | ( | const SparseView & | view, |
Index | outer | ||
) | [inline] |
Definition at line 62 of file SparseView.h.
void Eigen::SparseView< MatrixType >::InnerIterator::incrementToNonZero | ( | ) | [inline, private] |
Definition at line 81 of file SparseView.h.
EIGEN_STRONG_INLINE InnerIterator& Eigen::SparseView< MatrixType >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 68 of file SparseView.h.
const SparseView& Eigen::SparseView< MatrixType >::InnerIterator::m_view [protected] |
Definition at line 78 of file SparseView.h.