#include <series_matrix.hpp>
Definition at line 46 of file series_matrix.hpp.
matrix_access_series_rep | ( | const series< matrix< C, U >, V > & | f2, | |
nat | i2, | |||
nat | j2 | |||
) | [inline] |
Definition at line 50 of file series_matrix.hpp.
00050 : 00051 Series_rep (get_format1 (CF(f2))), f (f2), i (i2), j (j2) {} syntactic expression (const syntactic& z) const {
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 52 of file series_matrix.hpp.
References mmx::access(), and mmx::flatten().
void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 54 of file series_matrix.hpp.
References mmx::increase_order().
00054 { 00055 Series_rep::Increase_order (l); 00056 increase_order (f, l); }
C next | ( | ) | [inline] |
Definition at line 57 of file series_matrix.hpp.