numerix_doc 0.4
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 472 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 481 of file modular_int.hpp.

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

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