Package edu.jas.poly

Class LocalRing<C extends RingElem<C>>

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

public class LocalRing<C extends RingElem<C>> extends Object implements RingFactory<Local<C>>, QuotPairFactory<C,Local<C>>
Local ring factory based on RingElem principal ideal. Objects of this class are immutable.
See Also: