Public Member Functions | List of all members
AmbiVector< _Scalar, _Index >::Iterator Class Reference

Public Member Functions

 Iterator (const AmbiVector &vec, RealScalar epsilon=RealScalar(0.1)*NumTraits< RealScalar >::dummy_precision())
 

Detailed Description

template<typename _Scalar, typename _Index>
class Eigen::AmbiVector< _Scalar, _Index >::Iterator

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: