#include <CoreIterators.h>
Public Member Functions | |
| int | col () const |
| EIGEN_STRONG_INLINE int | index () const |
| EIGEN_STRONG_INLINE | InnerIterator (const Derived &expr, int outer) |
| EIGEN_STRONG_INLINE | operator bool () const |
| EIGEN_STRONG_INLINE InnerIterator & | operator++ () |
| int | row () const |
| EIGEN_STRONG_INLINE Scalar | value () const |
Protected Attributes | |
| const int | m_end |
| const Derived & | m_expression |
| int | m_inner |
| const int | m_outer |
Private Types | |
| typedef Derived::Scalar | Scalar |
Definition at line 38 of file CoreIterators.h.
typedef Derived::Scalar MatrixBase< Derived >::InnerIterator::Scalar [private] |
Definition at line 40 of file CoreIterators.h.
| EIGEN_STRONG_INLINE MatrixBase< Derived >::InnerIterator::InnerIterator | ( | const Derived & | expr, | |
| int | outer | |||
| ) | [inline] |
Definition at line 43 of file CoreIterators.h.
| int MatrixBase< Derived >::InnerIterator::col | ( | ) | const [inline] |
Definition at line 57 of file CoreIterators.h.
| EIGEN_STRONG_INLINE int MatrixBase< Derived >::InnerIterator::index | ( | ) | const [inline] |
Definition at line 55 of file CoreIterators.h.
| EIGEN_STRONG_INLINE MatrixBase< Derived >::InnerIterator::operator bool | ( | ) | const [inline] |
Definition at line 59 of file CoreIterators.h.
| EIGEN_STRONG_INLINE InnerIterator& MatrixBase< Derived >::InnerIterator::operator++ | ( | ) | [inline] |
Definition at line 53 of file CoreIterators.h.
| int MatrixBase< Derived >::InnerIterator::row | ( | ) | const [inline] |
Definition at line 56 of file CoreIterators.h.
| EIGEN_STRONG_INLINE Scalar MatrixBase< Derived >::InnerIterator::value | ( | ) | const [inline] |
Definition at line 47 of file CoreIterators.h.
const int MatrixBase< Derived >::InnerIterator::m_end [protected] |
Definition at line 65 of file CoreIterators.h.
const Derived& MatrixBase< Derived >::InnerIterator::m_expression [protected] |
Definition at line 62 of file CoreIterators.h.
int MatrixBase< Derived >::InnerIterator::m_inner [protected] |
Definition at line 63 of file CoreIterators.h.
const int MatrixBase< Derived >::InnerIterator::m_outer [protected] |
Definition at line 64 of file CoreIterators.h.