#include <polynomial.hpp>
Definition at line 286 of file polynomial.hpp.
polynomial_iterator_rep | ( | const polynomial< C, V > & | P2 | ) | [inline] |
Definition at line 294 of file polynomial.hpp.
00294 : 00295 iterator_rep<C> (CF(P2)), P(P2), i(0) {} };
void advance | ( | ) | [inline, protected] |
Definition at line 291 of file polynomial.hpp.
C current | ( | ) | [inline, protected] |
Definition at line 292 of file polynomial.hpp.
bool is_busy | ( | ) | [inline, protected] |
Definition at line 290 of file polynomial.hpp.
References mmx::deg().
00290 { return ((int) i) <= deg (P); }