numerix_doc 0.4
modular_fixed< C, p >::modulus_storage< M > Class Template Reference

#include <modular.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C, C p>
template<typename M>
class mmx::modular_fixed< C, p >::modulus_storage< M >

Definition at line 69 of file modular.hpp.


Member Function Documentation

static M get_modulus ( ) [inline, static]

Definition at line 79 of file modular.hpp.

{ return dyn_modulus (); }
static void set_modulus ( const M &  q) [inline, static]

Definition at line 75 of file modular.hpp.

                                                {
      ASSERT (q == dyn_modulus (),
              "modular_fixed: can not change the modulus");
    }

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