lift_helper< modular< modulus< integer, V >, W > > Struct Template Reference

#include <modular_integer.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename V, typename W>
struct mmx::lift_helper< modular< modulus< integer, V >, W > >

Definition at line 182 of file modular_integer.hpp.


Member Function Documentation

static integer op ( const modular< modulus< integer, V >, W > &  x  )  [inline, static]

Definition at line 187 of file modular_integer.hpp.

00187                                  {
00188     return as<integer> (*x); }

static void set_op ( R &  y,
const modular< modulus< integer, V >, W > &  x 
) [inline, static]

Definition at line 184 of file modular_integer.hpp.

References mmx::set_as().

00184                                           {
00185     set_as (y, *x); }


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1