#include <series_implicit.hpp>
Definition at line 351 of file series_implicit.hpp.
known_series_rep | ( | const series< unknown< C, V >, UV > & | f2 | ) | [inline] |
Definition at line 354 of file series_implicit.hpp.
00354 : 00355 Series_rep (format<C> (/*FIXME*/)), f (f2) {} inline syntactic expression (const syntactic& z) const {
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 356 of file series_implicit.hpp.
References known_series_rep< C, V, UV >::f, and mmx::flatten().
void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 358 of file series_implicit.hpp.
References known_series_rep< C, V, UV >::f, and mmx::increase_order().
00358 { 00359 Series_rep::Increase_order (l); 00360 increase_order (f, l); }
C next | ( | ) | [inline] |
Definition at line 361 of file series_implicit.hpp.
References known_series_rep< C, V, UV >::f, mmx::known(), and mmx::substitute().
00361 { return known (substitute (f[this->n])); }
Definition at line 353 of file series_implicit.hpp.
Referenced by known_series_rep< C, V, UV >::expression(), known_series_rep< C, V, UV >::Increase_order(), and known_series_rep< C, V, UV >::next().