|
Givaro
|
Namespaces | |
| namespace | Givaro |
Arithmetic on GF(p^k), with p a prime number less than 2^15. | |
Functions | |
| Integer | fact (unsigned long l) |
| Integer & | sqrt (Integer &r, const Integer &p) |
| Integer & | sqrtrem (Integer &r, const Integer &p, Integer &rem) |
| Integer | sqrt (const Integer &p) |
| Integer | sqrtrem (const Integer &p, Integer &rem) |
| bool | root (Integer &q, const Integer &, unsigned int n) |
| void | swap (Integer &, Integer &) |
| double | naturallog (const Integer &a) |
| long | logp (const Integer &a, const Integer &p) |
| double | logtwo (const Integer &a) |
| Integer & | nextprime (Integer &, const Integer &p) |
| Integer & | prevprime (Integer &, const Integer &p) |
| int | probab_prime (const Integer &p) |
| int | probab_prime (const Integer &p, int r) |
| int | jacobi (const Integer &u, const Integer &v) |
| int | legendre (const Integer &u, const Integer &v) |
1.7.4