|
algebramix_doc 0.3
|
#include <series_matrix.hpp>
Definition at line 45 of file series_matrix.hpp.
| matrix_access_series_rep | ( | const series< matrix< C, U >, V > & | f2, |
| nat | i2, | ||
| nat | j2 | ||
| ) | [inline] |
Definition at line 49 of file series_matrix.hpp.
:
Series_rep (get_format1 (CF(f2))), f (f2), i (i2), j (j2) {}
| syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 51 of file series_matrix.hpp.
References mmx::access(), and mmx::flatten().
| void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 53 of file series_matrix.hpp.
References mmx::increase_order().
{
Series_rep::Increase_order (l);
increase_order (f, l); }
| C next | ( | ) | [inline] |
Definition at line 56 of file series_matrix.hpp.
{ return f[this->n](i,j); }