algebramix_doc 0.3
ldiv_sc_mat_mat_series_rep< C, V, U, UU > Class Template Reference

#include <series_matrix.hpp>

Inheritance diagram for ldiv_sc_mat_mat_series_rep< C, V, U, UU >:
recursive_series_rep< C, V > series_rep

List of all members.

Public Member Functions

Public Attributes

Protected Attributes


Detailed Description

template<typename C, typename V, typename U, typename UU>
class mmx::ldiv_sc_mat_mat_series_rep< C, V, U, UU >

Definition at line 229 of file series_matrix.hpp.


Constructor & Destructor Documentation

ldiv_sc_mat_mat_series_rep ( const matrix< C, UU > &  c2,
const matrix< series< C, V >, U > &  f2 
) [inline]

Definition at line 234 of file series_matrix.hpp.

                                                                              :
    recursive_series_rep<Matrix,V> (get_matrix_format (f2)),
    f (f2), c (as<Matrix> (c2)) {}

Member Function Documentation

syntactic expression ( const syntactic &  z) const [inline]
virtual void Increase_order ( nat  l) [inline, virtual]

Reimplemented from recursive_series_rep< C, V >.

Definition at line 239 of file series_matrix.hpp.

References mmx::cols(), ldiv_sc_mat_mat_series_rep< C, V, U, UU >::f, mmx::increase_order(), and mmx::rows().

                                      {
    recursive_series_rep<Matrix,V>::Increase_order (l);
    for (nat i = 0; i < rows(f); i++)
      for (nat j = 0; j < cols(f); j++)
        increase_order (f(i,j),l);
  }
C& initial ( nat  n2) [inline, inherited]
C next ( ) [inline, inherited]

Definition at line 137 of file series.hpp.

{ return eq[this->n]; }

Member Data Documentation

series<C,V> eq [inherited]

Definition at line 126 of file series.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines