Public Member Functions

SparseTriangularView< MatrixType, Mode >::InnerIterator Class Reference

#include <SparseTriangularView.h>

List of all members.

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const SparseTriangularView &view, Index outer)
Index row () const
Index col () const
EIGEN_STRONG_INLINE operator bool () const

template<typename MatrixType, int Mode>
class SparseTriangularView< MatrixType, Mode >::InnerIterator


Constructor & Destructor Documentation

template<typename MatrixType , int Mode>
EIGEN_STRONG_INLINE SparseTriangularView< MatrixType, Mode >::InnerIterator::InnerIterator ( const SparseTriangularView view,
Index  outer 
) [inline]

Member Function Documentation

template<typename MatrixType , int Mode>
Index SparseTriangularView< MatrixType, Mode >::InnerIterator::col (  )  const [inline]
template<typename MatrixType , int Mode>
EIGEN_STRONG_INLINE SparseTriangularView< MatrixType, Mode >::InnerIterator::operator bool (  )  const [inline]
template<typename MatrixType , int Mode>
Index SparseTriangularView< MatrixType, Mode >::InnerIterator::row (  )  const [inline]

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