Class RealAlgebraicRing<C extends GcdRingElem<C> & Rational>

java.lang.Object
edu.jas.application.RealAlgebraicRing<C>
All Implemented Interfaces:
AbelianGroupFactory<RealAlgebraicNumber<C>>, ElemFactory<RealAlgebraicNumber<C>>, MonoidFactory<RealAlgebraicNumber<C>>, RingFactory<RealAlgebraicNumber<C>>, Serializable

public class RealAlgebraicRing<C extends GcdRingElem<C> & Rational> extends Object implements RingFactory<RealAlgebraicNumber<C>>
Real algebraic number factory class based on bi-variate real algebraic numbers. Objects of this class are immutable with the exception of the isolating intervals. Bi-variate ideal implementation is in version 3614 2011-04-28 09:20:34Z.
See Also: