|
algebramix_doc 0.3
|
#include <series.hpp>
Definition at line 1176 of file series.hpp.
| change_precision_series_rep | ( | const series< C, V > & | f2, |
| nat | p2 | ||
| ) | [inline] |
Definition at line 1180 of file series.hpp.
:
Series_rep (CF(f2)), f (f2), p (p2) {}
| syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 1182 of file series.hpp.
References mmx::flatten().
| void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 1184 of file series.hpp.
References mmx::increase_order().
{
Series_rep::Increase_order (l);
increase_order (f, l); }
| C next | ( | ) | [inline] |
Definition at line 1187 of file series.hpp.
References mmx::change_precision().
{
return change_precision (f[this->n], p); }