Public Member Functions | Protected Types | Protected Attributes

DenseBase< Derived >::InnerIterator Class Reference

#include <CoreIterators.h>

List of all members.

Public Member Functions

EIGEN_STRONG_INLINE InnerIterator (const Derived &expr, Index outer)
EIGEN_STRONG_INLINE Scalar value () const
EIGEN_STRONG_INLINE InnerIteratoroperator++ ()
EIGEN_STRONG_INLINE Index index () const
Index row () const
Index col () const
EIGEN_STRONG_INLINE operator bool () const

Protected Types

typedef Derived::Scalar Scalar
typedef Derived::Index Index

Protected Attributes

const Derived & m_expression
Index m_inner
const Index m_outer
const Index m_end

template<typename Derived>
class DenseBase< Derived >::InnerIterator


Member Typedef Documentation

template<typename Derived>
typedef Derived::Index DenseBase< Derived >::InnerIterator::Index [protected]
template<typename Derived>
typedef Derived::Scalar DenseBase< Derived >::InnerIterator::Scalar [protected]

Constructor & Destructor Documentation

template<typename Derived>
EIGEN_STRONG_INLINE DenseBase< Derived >::InnerIterator::InnerIterator ( const Derived &  expr,
Index  outer 
) [inline]

Member Function Documentation

template<typename Derived>
Index DenseBase< Derived >::InnerIterator::col (  )  const [inline]
template<typename Derived>
EIGEN_STRONG_INLINE Index DenseBase< Derived >::InnerIterator::index (  )  const [inline]
template<typename Derived>
EIGEN_STRONG_INLINE DenseBase< Derived >::InnerIterator::operator bool (  )  const [inline]
template<typename Derived>
EIGEN_STRONG_INLINE InnerIterator& DenseBase< Derived >::InnerIterator::operator++ (  )  [inline]
template<typename Derived>
Index DenseBase< Derived >::InnerIterator::row (  )  const [inline]
template<typename Derived>
EIGEN_STRONG_INLINE Scalar DenseBase< Derived >::InnerIterator::value (  )  const [inline]

Member Data Documentation

template<typename Derived>
const Index DenseBase< Derived >::InnerIterator::m_end [protected]
template<typename Derived>
const Derived& DenseBase< Derived >::InnerIterator::m_expression [protected]
template<typename Derived>
Index DenseBase< Derived >::InnerIterator::m_inner [protected]
template<typename Derived>
const Index DenseBase< Derived >::InnerIterator::m_outer [protected]

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