linbox
|
NO DOC. More...
#include "linbox/linbox-config.h"
#include <NTL/tools.h>
#include <NTL/RR.h>
#include "linbox/util/debug.h"
#include "linbox/field/unparametric.h"
#include "linbox/randiter/unparametric.h"
#include "linbox/field/field-traits.h"
#include "linbox/integer.h"
Data Structures | |
struct | ClassifyRing< Field > |
Default ring category. More... | |
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
Constant Groups | |
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. More... | |
template<> | |
Integer & | Caster (Integer &x, const NTL::RR &y) |
Conversion of field element to an integer. More... | |
NO DOC.