Class Local<C extends GcdRingElem<C>>

java.lang.Object
edu.jas.application.Local<C>
All Implemented Interfaces:
AbelianGroupElem<Local<C>>, Element<Local<C>>, MonoidElem<Local<C>>, QuotPair<GenPolynomial<C>>, RingElem<Local<C>>, Serializable, Comparable<Local<C>>

public class Local<C extends GcdRingElem<C>> extends Object implements RingElem<Local<C>>, QuotPair<GenPolynomial<C>>
Local ring element based on GenPolynomial with RingElem interface. Objects of this class are (nearly) immutable.
See Also: