Package edu.jas.gb

Class GroebnerBaseSeq<C extends RingElem<C>>

java.lang.Object
edu.jas.gb.GroebnerBaseAbstract<C>
edu.jas.gb.GroebnerBaseSeq<C>
Type Parameters:
C - coefficient type
All Implemented Interfaces:
GroebnerBase<C>, Serializable

public class GroebnerBaseSeq<C extends RingElem<C>> extends GroebnerBaseAbstract<C>
Groebner Base sequential algorithm. Implements Groebner bases and GB test.
See Also:
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
    • debug

      private static final boolean debug
  • Constructor Details

    • GroebnerBaseSeq

      public GroebnerBaseSeq()
      Constructor.
    • GroebnerBaseSeq

      public GroebnerBaseSeq(Reduction<C> red)
      Constructor.
      Parameters:
      red - Reduction engine
    • GroebnerBaseSeq

      public GroebnerBaseSeq(PairList<C> pl)
      Constructor.
      Parameters:
      pl - pair selection strategy
    • GroebnerBaseSeq

      public GroebnerBaseSeq(Reduction<C> red, PairList<C> pl)
      Constructor.
      Parameters:
      red - Reduction engine
      pl - pair selection strategy
  • Method Details