linbox
Namespaces
ntl-RR.h File Reference

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"

Namespaces

namespace  LinBox
 

Namespace in which all linbox code resides.


Functions

class RR.

Rational number field.

This field is provided as a convenience in a few places. Use with caution because expression swell.

This specialization allows the UnparametricField template class to be used to wrap NTL's RR class as a LinBox field.

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)
 Initialization of field element from an integer.
template<>
NTL::RR & Caster (NTL::RR &x, const int &y)
 Initialization of field element from an integer.
template<>
NTL::RR & Caster (NTL::RR &x, const long int &y)
 Initialization of field element from an integer.
template<>
integer & Caster (integer &x, const NTL::RR &y)
 Conversion of field element to an integer.

Detailed Description

NO DOC.