Package edu.jas.root

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

java.lang.Object
edu.jas.root.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 AlgebraicNumberRing with RingFactory interface. Objects of this class are immutable with the exception of the isolating intervals.
See Also: