Package edu.jas.gb

Class EGroebnerBaseSeq<C extends RingElem<C>>

Type Parameters:
C - coefficient type
All Implemented Interfaces:
GroebnerBase<C>, Serializable

public class EGroebnerBaseSeq<C extends RingElem<C>> extends DGroebnerBaseSeq<C>
E-Groebner Base sequential algorithm. Nearly empty class, only the e-reduction is used instead of d-reduction. Note: Minimal reduced GBs are again unique. see BWK, section 10.1.
See Also:
  • Field Details

  • Constructor Details

    • EGroebnerBaseSeq

      public EGroebnerBaseSeq()
      Constructor.
    • EGroebnerBaseSeq

      public EGroebnerBaseSeq(EReductionSeq<C> ered)
      Constructor.
      Parameters:
      ered - E-Reduction engine