modulus_div_int_naive< V > Struct Template Reference
#include <modular_int.hpp>
List of all members.
Static Public Member Functions
- template<typename C , typename M > static void div_mod (C &dest, const C &s, const M &m)
- template<typename C , typename M > static void div_mod (C &dest, const C &s1, const C &s2, const M &m)
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] |
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: