Package edu.jas.root

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

java.lang.Object
edu.jas.root.ComplexAlgebraicRing<C>
All Implemented Interfaces:
AbelianGroupFactory<ComplexAlgebraicNumber<C>>, ElemFactory<ComplexAlgebraicNumber<C>>, MonoidFactory<ComplexAlgebraicNumber<C>>, RingFactory<ComplexAlgebraicNumber<C>>, Serializable

public class ComplexAlgebraicRing<C extends GcdRingElem<C> & Rational> extends Object implements RingFactory<ComplexAlgebraicNumber<C>>
Complex 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: