Loading...
Searching...
No Matches
Go to the documentation of this file.
14 template<
typename F,
typename... X>
15 void fixpoint(
const F& contract,
const X&... x)
17 double vol = -1., prev_vol;
28 double w = x.volume();
return w == oo ? 0. : w;
31 if((x.is_empty(), ...))
34 }
while(prev_vol != vol);