algebramix_doc 0.3
|
#include <series_matrix.hpp>
Definition at line 95 of file series_matrix.hpp.
matrix_series_rep | ( | const matrix< series< C, V >, U > & | m2 | ) | [inline] |
Definition at line 98 of file series_matrix.hpp.
: series_rep<Matrix,V> (get_matrix_format (m2)), m (m2) {}
syntactic expression | ( | const syntactic & | z | ) | const [inline] |
Definition at line 100 of file series_matrix.hpp.
References mmx::flatten().
{ return flatten (m, z); }
void Increase_order | ( | nat | l | ) | [inline] |
Definition at line 102 of file series_matrix.hpp.
References mmx::cols(), mmx::increase_order(), and mmx::rows().
{ series_rep<Matrix,V>::Increase_order (l); for (nat i=0; i<rows(m); i++) for (nat j=0; j<cols(m); j++) increase_order (m (i, j), l); }
Definition at line 107 of file series_matrix.hpp.
References mmx::C, mmx::cols(), Matrix, and mmx::rows().