The LinBox arbitrary precision integer type illustrated.
- Author
- Gilles Villard
The class ‘integer’ is a wrapper of GMP integers.
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
cout << "1st integer > ";
cin >> a;
cout << "2nd integer > ";
cin >> b;
cout << "The product " << a*b << "\n";
return 0;
}
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