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.

00079 { return dyn_modulus (); }

static void set_modulus ( const M &  q  )  [inline, static]

Definition at line 75 of file modular.hpp.

References ASSERT.

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


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1