|
linbox
|
#include <sstream>#include "linbox/linbox-config.h"#include <NTL/tools.h>#include <NTL/RR.h>#include "linbox/util/debug.h"#include <givaro/zring.h>#include <givaro/unparametric-operations.h>#include "linbox/field/field-traits.h"#include "linbox/integer.h"Data Structures | |
| class | NTL_RR_Initialiser |
| struct | NTL_RR |
| class | UnparametricRandIter< NTL::RR > |
| struct | ClassifyRing< NTL_RR > |
Namespaces | |
| namespace | Givaro |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Functions | |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const Integer &y) |
| Initialization of field element from an integer. | |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const double &y) |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const int32_t &y) |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const int64_t &y) |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const uint32_t &y) |
| template<> | |
| NTL::RR & | Caster (NTL::RR &x, const uint64_t &y) |
| template<> | |
| Integer & | Caster (Integer &x, const NTL::RR &y) |
| Conversion of field element to an integer. | |