|
algebramix_doc 0.3
|
#include <series.hpp>
Definition at line 990 of file series.hpp.
| q_difference_series_rep | ( | const series< C, V > & | f2, |
| const C & | q2 | ||
| ) | [inline] |
Definition at line 995 of file series.hpp.
:
Series_rep (CF(f2)), f (f2), q (q2), p (promote (1, q2)) {}
| syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 997 of file series.hpp.
References mmx::flatten().
| void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 999 of file series.hpp.
References mmx::increase_order().
{
Series_rep::Increase_order (l);
increase_order (f, l); }
| C next | ( | ) | [inline] |
Definition at line 1002 of file series.hpp.
References mmx::C.
{
C c= p * f[this->n];
p *= q;
return c; }