![]() |
Eigen
5.0.1-dev+60122df6
|
#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 |