|
algebramix_doc 0.3
|
#include <series.hpp>
Definition at line 429 of file series.hpp.
| iterator_series_rep | ( | const iterator< C > & | it2, |
| const string & | name2 | ||
| ) | [inline] |
Definition at line 433 of file series.hpp.
:
Series_rep (CF(it)), it (it2), name (name2) {}
| syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 435 of file series.hpp.
{
return apply (syntactic (name), z); }
| C next | ( | ) | [inline] |
Definition at line 437 of file series.hpp.
References mmx::C.
{
if (busy (it)) {
C c= *it; ++it; return c; }
else return this->zero (); }