algebramix_doc 0.3
|
#include <series_vector.hpp>
Definition at line 258 of file series_vector.hpp.
carry_special_add_series_rep | ( | const series< C, V > & | a2, |
const series< C, V > & | b2, | ||
const series< C, V > & | c2 | ||
) | [inline] |
Definition at line 263 of file series_vector.hpp.
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 266 of file series_vector.hpp.
References carry_special_add_series_rep< C, V >::a, carry_special_add_series_rep< C, V >::b, carry_special_add_series_rep< C, V >::c, and mmx::flatten().
virtual void Increase_order | ( | nat | l | ) | [inline, virtual] |
Definition at line 269 of file series_vector.hpp.
References carry_special_add_series_rep< C, V >::a, carry_special_add_series_rep< C, V >::b, carry_special_add_series_rep< C, V >::c, and mmx::increase_order().
{ Series_rep::Increase_order (l); increase_order (a, l); increase_order (b, l); increase_order (c, l); }
virtual C next | ( | ) | [inline, virtual] |
Definition at line 274 of file series_vector.hpp.
References carry_special_add_series_rep< C, V >::a, carry_special_add_series_rep< C, V >::b, mmx::C, carry_special_add_series_rep< C, V >::c, D, and carry_special_add_series_rep< C, V >::r.
Definition at line 260 of file series_vector.hpp.
Referenced by carry_special_add_series_rep< C, V >::expression(), carry_special_add_series_rep< C, V >::Increase_order(), and carry_special_add_series_rep< C, V >::next().
Definition at line 260 of file series_vector.hpp.
Referenced by carry_special_add_series_rep< C, V >::expression(), carry_special_add_series_rep< C, V >::Increase_order(), and carry_special_add_series_rep< C, V >::next().
Definition at line 260 of file series_vector.hpp.
Referenced by carry_special_add_series_rep< C, V >::expression(), carry_special_add_series_rep< C, V >::Increase_order(), and carry_special_add_series_rep< C, V >::next().
C::C r [protected] |
Definition at line 261 of file series_vector.hpp.
Referenced by carry_special_add_series_rep< C, V >::next().