Public Member Functions
AmbiVector::Iterator Class Reference

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:
vecthe vector on which we iterate
epsilonthe 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: