Public Types | Public Member Functions | Protected Attributes

SparseView< MatrixType >::InnerIterator Class Reference

#include <SparseView.h>

List of all members.

Public Types

typedef
_MatrixTypeNested::InnerIterator 
IterBase

Public Member Functions

 InnerIterator (const SparseView &view, Index outer)
EIGEN_STRONG_INLINE InnerIteratoroperator++ ()

Protected Attributes

const SparseViewm_view

template<typename MatrixType>
class SparseView< MatrixType >::InnerIterator


Member Typedef Documentation

template<typename MatrixType>
typedef _MatrixTypeNested::InnerIterator SparseView< MatrixType >::InnerIterator::IterBase

Constructor & Destructor Documentation

template<typename MatrixType>
SparseView< MatrixType >::InnerIterator::InnerIterator ( const SparseView view,
Index  outer 
) [inline]

Member Function Documentation

template<typename MatrixType>
EIGEN_STRONG_INLINE InnerIterator& SparseView< MatrixType >::InnerIterator::operator++ (  )  [inline]

Member Data Documentation

template<typename MatrixType>
const SparseView& SparseView< MatrixType >::InnerIterator::m_view [protected]

The documentation for this class was generated from the following file: