The LinBox arbitrary precision integer type illustrated.
The LinBox arbitrary precision integer type illustrated.
- Author
- Gilles Villard
The class ‘integer’ is a wrapper of GMP integers.
#include <iostream>
#include <fstream>
{
cout << "1st integer > ";
cin >> a;
cout << "2nd integer > ";
cin >> b;
cout << "The product " << a*b << "\n";
return 0;
}
int main()
no command line args
Definition ex-fields-archetype.C:70
Givaro::Integer integer
Integers in LinBox.
Definition integer.h:55
This is a representation of arbitrary integers.
linbox base configuration file
Namespace in which all linbox code resides.
Definition alt-blackbox-block-container.h:4