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

muling stuff. More...

#include "gmp++/gmp++.h"

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Functions

Integer operator* (const int l, const Integer &n)
 
Integer operator* (const unsigned int l, const Integer &n)
 
Integer operator* (const long int l, const Integer &n)
 
Integer operator* (const long unsigned int l, const Integer &n)
 
Integer operator* (const Integer &n, const int l)
 
Integer operator* (const Integer &n, const unsigned int l)
 
Integer & operator*= (Integer &n, const int l)
 
Integer & operator*= (Integer &n, const unsigned int l)
 

Detailed Description

muling stuff.