linbox
|
NO DOC. More...
#include <sys/time.h>
#include <NTL/ZZ_p.h>
#include <NTL/ZZ.h>
#include "linbox/linbox-config.h"
#include "linbox/util/debug.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 |
Wrapper of zz_p from NTL. More... | |
struct | ClassifyRing< Field > |
Default ring category. More... | |
class | UnparametricRandIter< NTL::ZZ_p > |
Constructor for random field element generator. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
Constant Groups | |
LinBox | |
Namespace in which all linbox code resides. | |
Functions | |
template<> | |
Integer & | Caster (Integer &x, const NTL::ZZ_p &y) |
Conversion of field element to an Integer. More... | |
template<> | |
NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const Integer &y) |
Initialization of field element from an Integer. More... | |
NO DOC.