![]() |
Eigen
3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
|
#include <Eigen/src/Core/CoreIterators.h>
An InnerIterator allows to loop over the element of any matrix expression.
TODO: add a usage example
Public Member Functions | |
Index | col () const |
Index | index () const |
InnerIterator (const XprType &xpr, const Index &outerId) | |
operator bool () const | |
InnerIterator & | operator++ () |
Index | row () const |
Scalar | value () const |
|
inline |
Construct an iterator over the outerId -th row or column of xpr
|
inline |
|
inline |
|
inline |
true
if the iterator *this
still references a valid coefficient.
|
inline |
Increment the iterator *this
to the next non-zero coefficient. Explicit zeros are not skipped over. To skip explicit zeros, see class SparseView
|
inline |
|
inline |