|
linbox
|
#include <time.h>#include "linbox/linbox-config.h"#include "linbox/util/debug.h"#include <NTL/lzz_p.h>#include <NTL/ZZ.h>#include <givaro/zring.h>#include <givaro/unparametric-operations.h>#include "linbox/field/field-traits.h"#include "linbox/integer.h"Data Structures | |
| class | NTL_zz_p_Initialiser |
| struct | NTL_zz_p |
| long ints modulo a positive integer. More... | |
| struct | ClassifyRing< NTL_zz_p > |
Namespaces | |
| namespace | Givaro |
| 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<> | |
| NTL::zz_p & | Caster (NTL::zz_p &x, const double &y) |
| template<> | |
| Integer & | Caster (Integer &x, const NTL::zz_p &y) |
| Conversion of field element to an Integer. | |