| algebramix_doc 0.3 | 
#include <series_matrix.hpp>
 
  
 Definition at line 127 of file series_matrix.hpp.
| lshiftz_series_matrix_rep | ( | const series< matrix< C, U >, V > & | f2, | 
| nat | r2, | ||
| nat | c2, | ||
| int | shift2 | ||
| ) |  [inline] | 
Definition at line 132 of file series_matrix.hpp.
                                        :
    series_rep<Matrix,V> (CF(f2)),
    f (f2),  r (r2), c (c2), shift (shift2) {}
| syntactic expression | ( | const syntactic & | z | ) | const  [inline] | 
Definition at line 136 of file series_matrix.hpp.
References mmx::flatten(), and mmx::lshiftz().
| void Increase_order | ( | nat | l | ) |  [inline] | 
Definition at line 138 of file series_matrix.hpp.
References mmx::increase_order().
                              {
    series_rep<Matrix,V>::Increase_order (l);
    increase_order (f, max (0, ((int) l) - shift)); }