matrix_series_rep< C, V, U > Class Template Reference

#include <series_matrix.hpp>

Inheritance diagram for matrix_series_rep< C, V, U >:
series_rep

List of all members.

Public Member Functions


Detailed Description

template<typename C, typename V, typename U>
class mmx::matrix_series_rep< C, V, U >

Definition at line 96 of file series_matrix.hpp.


Constructor & Destructor Documentation

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 {


Member Function Documentation

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); }

matrix<C,U> next (  )  [inline]

Definition at line 108 of file series_matrix.hpp.

References mmx::C, mmx::cols(), Matrix, and mmx::rows().

00108                  {
00109     nat i, j, nr= rows (m), nc= cols (m);
00110     Matrix coeff (C (0), nr, nc);
00111     for (i=0; i<nr; i++)
00112       for (j=0; j<nc; j++)
00113         coeff (i, j)= m (i, j) [this->n];
00114     return coeff; }


The documentation for this class was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1