modulus_div_int_naive< V > Struct Template Reference

#include <modular_int.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename V>
struct mmx::modulus_div_int_naive< V >

Definition at line 476 of file modular_int.hpp.


Member Function Documentation

static void div_mod ( C dest,
const C s1,
const C s2,
const M &  m 
) [inline, static]

Definition at line 485 of file modular_int.hpp.

00485                                                           {
00486     dest = s1;
00487     div_mod (dest, s2, m); }

static void div_mod ( C dest,
const C s,
const M &  m 
) [inline, static]

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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1