List of all members.
Public Member Functions |
| Iterator (const AmbiVector &vec, RealScalar epsilon=RealScalar(0.1)*NumTraits< RealScalar >::dummy_precision()) |
Detailed Description
Iterator over the nonzero coefficients
Constructor & Destructor Documentation
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: