Interface QuotPairFactory<C extends RingElem<C>,D extends RingElem<D>>

All Known Implementing Classes:
LocalRing, LocalRing, QuotientRing, QuotientRing, SolvableLocalResidueRing, SolvableLocalRing, SolvableQuotientRing, SolvableResidueRing, WordResidueRing

public interface QuotPairFactory<C extends RingElem<C>,D extends RingElem<D>>
Quotient pair factory interface. Defines constructors from numerators and denominators.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(C n)
    Create from numerator.
    create(C n, C d)
    Create from numerator, denominator pair.
    Factory for base elements.
  • Method Details

    • create

      D create(C n)
      Create from numerator.
    • create

      D create(C n, C d)
      Create from numerator, denominator pair.
    • pairFactory

      RingFactory<C> pairFactory()
      Factory for base elements.