algebramix_doc 0.3
lshiftz_series_matrix_rep< C, V, U > Class Template Reference

#include <series_matrix.hpp>

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

List of all members.

Public Member Functions


Detailed Description

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

Definition at line 127 of file series_matrix.hpp.


Constructor & Destructor Documentation

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

Member Function Documentation

syntactic expression ( const syntactic &  z) const [inline]

Definition at line 136 of file series_matrix.hpp.

References mmx::flatten(), and mmx::lshiftz().

                                                  {
    return lshiftz (flatten (f, z), flatten (shift)); }
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)); }
matrix<C,U> next ( ) [inline]

Definition at line 141 of file series_matrix.hpp.

References mmx::C, and Matrix.

                 { return shift > ((int) this->n)? 
      Matrix (C (), r, c): f[this->n - shift]; }

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