Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

linbox


Detailed Description

This is the linbox library proper.

The subdirectories contain the template source code for all the linbox fuctionality. See the Modules list of this documentation for the discussion of these main parts of linbox. Also a few headers are directly in this directory. They are for including features of wrapped packages such as Givaro and NTL.


Typedefs

typedef Integer LinBox::integer
 This is a representation of arbitrary integers.


Typedef Documentation

typedef Integer integer
 

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 gmp-integers.h or ntl-ZZ.h.


Generated on Thu Feb 8 22:32:56 2007 for linbox by doxygen 1.3.4