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

Class GroebnerBaseSeq<C extends RingElem<C>>

    • Constructor Detail

      • 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 Detail

      • GB

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.