|
static bool | isprime (int n) |
|
static int | modmul (int a, int b, int n) |
|
static int | modexp (int a, int b, int n) |
|
static void alglib.ntheory.findprimitiverootandinverse |
( |
int |
n, |
|
|
ref int |
proot, |
|
|
ref int |
invproot |
|
) |
| |
|
inlinestatic |
static bool alglib.ntheory.isprime |
( |
int |
n | ) |
|
|
inlinestaticprivate |
static int alglib.ntheory.modmul |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
n |
|
) |
| |
|
inlinestaticprivate |
static int alglib.ntheory.modexp |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
n |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: