Class LocalRing<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.application.LocalRing<C>
All Implemented Interfaces:
AbelianGroupFactory<Local<C>>, ElemFactory<Local<C>>, MonoidFactory<Local<C>>, QuotPairFactory<GenPolynomial<C>,Local<C>>, RingFactory<Local<C>>, Serializable

public class LocalRing<C extends GcdRingElem<C>> extends Object implements RingFactory<Local<C>>, QuotPairFactory<GenPolynomial<C>,Local<C>>
Local ring class based on GenPolynomial with RingElem interface. Objects of this class are effective immutable.
See Also: