Givaro
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

namespace  Givaro
 Namespace in which the whole Givaro library resides.

Functions

Integer lcm (const Integer &a, const Integer &b)
Integerlcm (Integer &g, const Integer &a, const Integer &b)
Integer gcd (const Integer &a, const Integer &b)
Integerinv (Integer &u, const Integer &a, const Integer &b)
 Modular inverse.
Integerinvin (Integer &u, const Integer &b)
Integer pp (const Integer &P, const Integer &Q)

Detailed Description

gcding stuff.