algebramix_doc 0.3
carry_mul_quorem_series_rep< C, V, X > Class Template Reference

#include <series_vector.hpp>

Inheritance diagram for carry_mul_quorem_series_rep< C, V, X >:
series_rep

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

template<typename C, typename V, typename X>
class mmx::carry_mul_quorem_series_rep< C, V, X >

Definition at line 187 of file series_vector.hpp.


Constructor & Destructor Documentation

carry_mul_quorem_series_rep ( const X &  x2,
const series< C, V > &  f2 
) [inline]

Definition at line 193 of file series_vector.hpp.

                                                                    :
    series_rep<vector<C>,V> (get_format (vec<C> (get_sample (CF(f2))))),
    f(f2), x (as<C> (x2)), q (0) {}

Member Function Documentation

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

Definition at line 196 of file series_vector.hpp.

References carry_mul_quorem_series_rep< C, V, X >::f, mmx::flatten(), and carry_mul_quorem_series_rep< C, V, X >::x.

                                                  {
    return apply (syntactic ("carry_mul_quorem"), flatten (f, z),
                  flatten (x)); }
virtual void Increase_order ( nat  l) [inline, virtual]
virtual vector<C> next ( ) [inline, virtual]

Definition at line 202 of file series_vector.hpp.

References mmx::C, carry_mul_quorem_series_rep< C, V, X >::f, carry_mul_quorem_series_rep< C, V, X >::q, mmx::rem(), and carry_mul_quorem_series_rep< C, V, X >::x.

                            {
    C r= C (rem (x.rep * f[this->n].rep, * C::get_modulus (), q));
    return vec<C> (C (q), r); }

Member Data Documentation

C::C q [protected]

Definition at line 191 of file series_vector.hpp.

Referenced by carry_mul_quorem_series_rep< C, V, X >::next().


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