|
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 <givaro/zring.h>#include "linbox/field/field-traits.h"#include "linbox/vector/blas-vector.h"#include "linbox/integer.h"#include "ntl-zz.h"Data Structures | |
| class | NTL_ZZ_p_Initialiser |
| struct | NTL_ZZ_p |
| Wrapper of zz_p from NTL. More... | |
| struct | ClassifyRing< NTL_ZZ_p > |
| class | UnparametricRandIter< NTL::ZZ_p > |
| Constructor for random field element generator. More... | |
Namespaces | |
| namespace | Givaro |
| namespace | 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. | |
| template<> | |
| double & | Caster (double &x, const NTL::ZZ_p &y) |
| 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<> | |
| NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const int &y) |
| template<> | |
| NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const unsigned long &y) |
| template<> | |
| NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const unsigned int &y) |
NO DOC.