19 class CtcLazy :
public Ctc<CtcLazy,IntervalVector>
24 requires IsCtcBaseOrPtr<C,IntervalVector>
26 : Ctc<CtcLazy,IntervalVector>(size_of(c)), _ctc(c),
27 _r(1./std::
pow(2,size_of(c)-1))
30 void contract(IntervalVector& x)
const;
34 const Collection<CtcBase<IntervalVector>> _ctc;
Interval pow(const Interval &x, int n)
Returns , .
Definition codac2_Interval_operations_impl.h:33