|
| Iterator (const AmbiVector &vec, RealScalar epsilon=RealScalar(0.1)*NumTraits< RealScalar >::dummy_precision()) |
|
template<typename _Scalar, typename _Index>
class Eigen::AmbiVector< _Scalar, _Index >::Iterator
Iterator over the nonzero coefficients
Iterator |
( |
const AmbiVector & |
vec, |
|
|
RealScalar |
epsilon = RealScalar(0.1)*NumTraits<RealScalar>::dummy_precision() |
|
) |
| |
|
inline |
Default constructor
- Parameters
-
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. |
The documentation for this class was generated from the following file: