linbox
ntl-zz.h File Reference
#include <NTL/ZZ.h>
#include "linbox/integer.h"
#include <iostream>
#include "linbox/util/debug.h"
#include "linbox/randiter/ntl-zz.h"
#include "linbox/field/field-traits.h"

Data Structures

struct  ClassifyRing< NTL_ZZ >
 
class  NTL_ZZ
 the integer ring. More...
 
class  FieldAXPY< NTL_ZZ >
 

Namespaces

namespace  Givaro
 
namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

template<>
NTL::ZZ & Caster (NTL::ZZ &x, const Integer &y)
 Initialization of field element from an integer.
 
template<>
NTL::ZZ & Caster (NTL::ZZ &x, const double &y)
 
template<>
NTL::ZZ & Caster (NTL::ZZ &x, const int32_t &y)
 
template<>
NTL::ZZ & Caster (NTL::ZZ &x, const int64_t &y)
 
template<>
NTL::ZZ & Caster (NTL::ZZ &x, const uint32_t &y)
 
template<>
NTL::ZZ & Caster (NTL::ZZ &x, const uint64_t &y)
 
template<>
Integer & Caster (Integer &x, const NTL::ZZ &y)
 Conversion of field element to an integer.