algebramix_doc 0.3
|
#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.
: Series_rep (format<C> (/*FIXME*/)), f (f2) {}
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().
{ Series_rep::Increase_order (l); 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().
{ 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().