|
linbox
|
This is a representation of arbitrary integers. More...
#include "linbox/linbox-config.h"#include "gmp++/gmp++.h"#include <cfloat>#include <givaro/givconfig.h>#include <math.h>Namespaces | |
| namespace | LinBox |
Namespace in which all linbox code resides. | |
Typedefs | |
| typedef ::Givaro::Integer | integer |
| Integers in LinBox. | |
This is a representation of arbitrary integers.
It is a wrapper of GMP integers. Arithmetic operations are via C++ infix operator forms (eg. a*b) . It is for ``casual'' uses such as characteristics and cardinalities and when initializing field elements. The integers are also represented as a LinBox ring for use in integer matrix computation, see PID-integer.h or see field/ntl-ZZ.h.
1.7.4