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

(4.2.0)

gcding stuff. More...

#include "gmp++/gmp++.h"
#include "givaro/giverror.h"
+ Include dependency graph for gmp++_int_gcd.C:

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Functions

Integer lcm (const Integer &a, const Integer &b)
 
Integer & lcm (Integer &g, const Integer &a, const Integer &b)
 
Integer gcd (const Integer &a, const Integer &b)
 
Integer & inv (Integer &u, const Integer &a, const Integer &b)
 Modular inverse. More...
 
Integer & invin (Integer &u, const Integer &b)
 
Integer pp (const Integer &P, const Integer &Q)
 

Detailed Description

gcding stuff.