Package edu.jas.gbufd

Class GroebnerBaseQuotient<C extends GcdRingElem<C>>

  • Type Parameters:
    C - Quotient coefficient type
    All Implemented Interfaces:
    GroebnerBase<Quotient<C>>, java.io.Serializable

    public class GroebnerBaseQuotient<C extends GcdRingElem<C>>
    extends GroebnerBaseAbstract<Quotient<C>>
    Groebner Base sequential algorithm for rational function coefficients, fraction free computation. Implements Groebner bases.
    See Also:
    Serialized Form