Givaro
Namespaces | Functions
gmp++_int_pow.C File Reference

powing stuff. More...

#include "gmp++/gmp++.h"
#include <cstdlib>
+ Include dependency graph for gmp++_int_pow.C:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Functions

int32_t isperfectpower (const Integer &)
 
Integer & pow (Integer &Res, const Integer &n, const uint64_t l)
 
Integer & pow (Integer &Res, const uint64_t n, const uint64_t l)
 
Integer pow (const Integer &n, const uint64_t l)
 
Integer & pow (Integer &Res, const Integer &n, const int64_t l)
 
Integer pow (const Integer &n, const int64_t l)
 
Integer & powmod (Integer &Res, const Integer &n, const Integer &e, const Integer &m)
 
Integer powmod (const Integer &n, const Integer &e, const Integer &m)
 
Integer & powmod (Integer &Res, const Integer &n, const uint64_t e, const Integer &m)
 
Integer powmod (const Integer &n, const uint64_t e, const Integer &m)
 
Integer & powmod (Integer &Res, const Integer &n, const int64_t e, const Integer &m)
 
Integer powmod (const Integer &n, const int64_t e, const Integer &m)
 

Detailed Description

powing stuff.