#include <series_matrix.hpp>
Definition at line 96 of file series_matrix.hpp.
matrix_series_rep | ( | const matrix< series< C, V >, U > & | m2 | ) | [inline] |
Definition at line 99 of file series_matrix.hpp.
00099 : 00100 series_rep<Matrix,V> (get_matrix_format (m2)), m (m2) {} syntactic expression (const syntactic& z) const {
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 101 of file series_matrix.hpp.
References mmx::flatten().
00101 { 00102 return flatten (m, z); }
void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 103 of file series_matrix.hpp.
References mmx::cols(), mmx::increase_order(), and mmx::rows().
00103 { 00104 series_rep<Matrix,V>::Increase_order (l); 00105 for (nat i=0; i<rows(m); i++) 00106 for (nat j=0; j<cols(m); j++) 00107 increase_order (m (i, j), l); }
Definition at line 108 of file series_matrix.hpp.
References mmx::C, mmx::cols(), Matrix, and mmx::rows().