algebramix_doc 0.3
|
#include <series_vector.hpp>
Definition at line 225 of file series_vector.hpp.
Definition at line 230 of file series_vector.hpp.
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 233 of file series_vector.hpp.
References carry_add_quorem_series_rep< C, V >::a, carry_add_quorem_series_rep< C, V >::b, and mmx::flatten().
virtual void Increase_order | ( | nat | l | ) | [inline, virtual] |
Definition at line 236 of file series_vector.hpp.
References carry_add_quorem_series_rep< C, V >::a, carry_add_quorem_series_rep< C, V >::b, and mmx::increase_order().
{ series_rep<vector<C>,V>::Increase_order (l); increase_order (a, l); increase_order (b, l); }
virtual vector<C> next | ( | ) | [inline, virtual] |
Definition at line 240 of file series_vector.hpp.
References carry_add_quorem_series_rep< C, V >::a, carry_add_quorem_series_rep< C, V >::b, mmx::C, D, and carry_add_quorem_series_rep< C, V >::r.
Definition at line 227 of file series_vector.hpp.
Referenced by carry_add_quorem_series_rep< C, V >::expression(), carry_add_quorem_series_rep< C, V >::Increase_order(), and carry_add_quorem_series_rep< C, V >::next().
Definition at line 227 of file series_vector.hpp.
Referenced by carry_add_quorem_series_rep< C, V >::expression(), carry_add_quorem_series_rep< C, V >::Increase_order(), and carry_add_quorem_series_rep< C, V >::next().
C::C r [protected] |
Definition at line 228 of file series_vector.hpp.
Referenced by carry_add_quorem_series_rep< C, V >::next().