Package edu.jas.gbmod

Class ModGroebnerBaseSeq<C extends GcdRingElem<C>>

  • All Implemented Interfaces:
    ModGroebnerBase<C>
    Direct Known Subclasses:
    ModGroebnerBasePar

    @Deprecated
    public class ModGroebnerBaseSeq<C extends GcdRingElem<C>>
    extends ModGroebnerBaseAbstract<C>
    Deprecated.
    use respective methods from GroebnerBaseSeq
    Module Groebner Bases sequential algorithm. Implements Groebner bases and GB test.
    • Constructor Detail

      • ModGroebnerBaseSeq

        public ModGroebnerBaseSeq​(RingFactory<C> cf)
        Deprecated.
        Constructor.
        Parameters:
        cf - coefficient ring.
      • ModGroebnerBaseSeq

        public ModGroebnerBaseSeq​(GroebnerBaseAbstract<C> bb)
        Deprecated.
        Constructor.
        Parameters:
        bb - Groebner base algorithm.
    • Method Detail

      • isGB

        public boolean isGB​(int modv,
                            java.util.List<GenPolynomial<C>> F)
        Deprecated.
        Module Groebner base test.
      • GB

        public java.util.List<GenPolynomial<C>> GB​(int modv,
                                                   java.util.List<GenPolynomial<C>> F)
        Deprecated.
        Groebner base using pairlist class.