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... | |
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. | |
template<> | |
integer & | Caster (integer &x, const NTL::zz_p &y) |
Conversion of field element to an integer. |
NO DOC.