linbox
|
NO DOC. More...
#include <time.h>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.h"
#include <NTL/lzz_p.h>
#include <NTL/ZZ.h>
#include "linbox/field/unparametric.h"
#include "linbox/randiter/unparametric.h"
#include "linbox/field/field-traits.h"
#include "linbox/integer.h"
Data Structures | |
struct | NTL_zz_p |
long ints modulo a positive integer. More... | |
struct | ClassifyRing< Field > |
Default ring category. More... | |
Namespaces | |
namespace | LinBox |
Namespace in which all linbox code resides. | |
Functions | |
template<> | |
NTL::zz_p & | Caster (NTL::zz_p &x, const Integer &y) |
Initialization of field element from an integer. More... | |
template<> | |
Integer & | Caster (Integer &x, const NTL::zz_p &y) |
Conversion of field element to an Integer. More... | |
NO DOC.