Class SolvableLocalResidueRing<C extends GcdRingElem<C>>

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

public class SolvableLocalResidueRing<C extends GcdRingElem<C>> extends Object implements RingFactory<SolvableLocalResidue<C>>, QuotPairFactory<GenPolynomial<C>,SolvableLocalResidue<C>>
SolvableLocalResidue ring factory for SolvableLocalResidue based on GenSolvablePolynomial with GcdRingElem interface. Objects of this class are immutable. It represents the "classical quotient ring modulo an ideal".
See Also: