known_series_rep< C, V, UV > Class Template Reference

#include <series_implicit.hpp>

Inheritance diagram for known_series_rep< C, V, UV >:
series_rep

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename C, typename V, typename UV>
class mmx::known_series_rep< C, V, UV >

Definition at line 351 of file series_implicit.hpp.


Constructor & Destructor Documentation

known_series_rep ( const series< unknown< C, V >, UV > &  f2  )  [inline]

Definition at line 354 of file series_implicit.hpp.

00354                                                    :
00355     Series_rep (format<C> (/*FIXME*/)), f (f2) {}
  inline syntactic expression (const syntactic& z) const {


Member Function Documentation

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

Definition at line 356 of file series_implicit.hpp.

References known_series_rep< C, V, UV >::f, and mmx::flatten().

00356                                                          {
00357     return syn ("known", flatten (f, z)); }

void Increase_order ( nat  l  )  [inline]

Definition at line 358 of file series_implicit.hpp.

References known_series_rep< C, V, UV >::f, and mmx::increase_order().

00358                                      {
00359     Series_rep::Increase_order (l);
00360     increase_order (f, l); }

C next (  )  [inline]

Definition at line 361 of file series_implicit.hpp.

References known_series_rep< C, V, UV >::f, mmx::known(), and mmx::substitute().

00361 { return known (substitute (f[this->n])); }


Member Data Documentation

series< unknown<C,V> ,UV> f

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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1