Documentation of 'edu.jas.gb.DGroebnerBaseSeq' Java class
DGroebnerBaseSeq
edu.jas.gb

Class DGroebnerBaseSeq<C extends RingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    GroebnerBase<C>, java.io.Serializable
    Direct Known Subclasses:
    EGroebnerBaseSeq


    public class DGroebnerBaseSeq<C extends RingElem<C>>
    extends GroebnerBaseAbstract<C>
    D-Groebner Base sequential algorithm. Implements D-Groebner bases and GB test. Note: Minimal reduced GBs are not unique. see BWK, section 10.1.
    See Also:
    Serialized Form
    • Constructor Detail

      • DGroebnerBaseSeq

        public DGroebnerBaseSeq()
        Constructor.
      • DGroebnerBaseSeq

        public DGroebnerBaseSeq(DReduction<C> dred)
        Constructor.
        Parameters:
        dred - D-Reduction engine
    • Method Detail

      • GB

        public java.util.List<GenPolynomial<C>> GB(int modv,
                                                   java.util.List<GenPolynomial<C>> F)
        D-Groebner base using pairlist class.
        Parameters:
        modv - module variable number.
        F - polynomial list.
        Returns:
        GB(F) a D-Groebner base of F.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.