#include <modulus_naive.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_naive< V >
Definition at line 165 of file modulus_naive.hpp.
Member Function Documentation
static void div_mod |
( |
C & |
dest, |
|
|
const C & |
s, |
|
|
const M & |
m |
|
) |
| [inline, static] |
static void div_mod |
( |
C & |
dest, |
|
|
const C & |
s1, |
|
|
const C & |
s2, |
|
|
const M & |
m |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: