![]() |
Eigen
5.0.0-dev
|
#include <Eigen/src/SparseCore/AmbiVector.h>
Iterator over the nonzero coefficients
Public Member Functions | |
| Iterator (const AmbiVector &vec, const RealScalar &epsilon=0) | |
|
inlineexplicit |
Default constructor
| vec | the vector on which we iterate |
| epsilon | the minimal value used to prune zero coefficients. In practice, all coefficients having a magnitude smaller than epsilon are skipped. |