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"
Data Structures | |
struct | NTL_ZZ_p |
Wrapper of zz_p from NTL. More... | |
class | UnparametricRandIter< NTL::ZZ_p > |
Constructor for random field element generator. More... | |
Namespaces | |
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) |
Conversion of field element to an integer. | |
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) |
Conversion of field element to an integer. | |
template<> | |
NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const int &y) |
Conversion of field element to an integer. | |
template<> | |
NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const unsigned long &y) |
Conversion of field element to an integer. | |
template<> | |
NTL::ZZ_p & | Caster (NTL::ZZ_p &x, const unsigned int &y) |
Conversion of field element to an integer. |
NO DOC.