Uses of Class
edu.jas.gb.ExtendedGB
Packages that use ExtendedGB
-
Uses of ExtendedGB in edu.jas.gb
Methods in edu.jas.gb that return ExtendedGBModifier and TypeMethodDescriptionDGroebnerBaseSeq.extGB(int modv, List<GenPolynomial<C>> F) Extended Groebner base using pairlist class.GroebnerBase.extGB(int modv, List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.GroebnerBase.extGB(List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.GroebnerBaseAbstract.extGB(int modv, List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.GroebnerBaseAbstract.extGB(List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.GroebnerBaseSeq.extGB(int modv, List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.GroebnerBaseSeqPairSeq.extGB(int modv, List<GenPolynomial<C>> F) Extended Groebner base using critical pair class.DGroebnerBaseSeq.minimalExtendedGB(int flen, List<GenPolynomial<C>> Gp, List<List<GenPolynomial<C>>> M) Minimal extended groebner basis.GroebnerBaseAbstract.minimalExtendedGB(int flen, List<GenPolynomial<C>> Gp, List<List<GenPolynomial<C>>> M) Minimal extended groebner basis.Methods in edu.jas.gb with parameters of type ExtendedGBModifier and TypeMethodDescriptionbooleanGroebnerBaseAbstract.isMinReductionMatrix(ExtendedGB<C> exgb) Test if minimal reduction matrix.booleanGroebnerBase.isReductionMatrix(ExtendedGB<C> exgb) Test if reduction matrix.booleanGroebnerBaseAbstract.isReductionMatrix(ExtendedGB<C> exgb) Test if reduction matrix.