Uses of Class
edu.jas.gb.SolvableExtendedGB
Packages that use SolvableExtendedGB
-
Uses of SolvableExtendedGB in edu.jas.gb
Methods in edu.jas.gb that return SolvableExtendedGBModifier and TypeMethodDescriptionSolvableGroebnerBase.extLeftGB
(int modv, List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBase.extLeftGB
(List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseAbstract.extLeftGB
(int modv, List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseAbstract.extLeftGB
(List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseSeq.extLeftGB
(int modv, List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseAbstract.extRightGB
(int modv, List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseAbstract.extRightGB
(List<GenSolvablePolynomial<C>> F) Solvable Extended Groebner base using critical pair class.SolvableGroebnerBaseSeq.minimalSolvableExtendedGB
(int flen, List<GenSolvablePolynomial<C>> Gp, List<List<GenSolvablePolynomial<C>>> M) Minimal solvable extended groebner basis.Methods in edu.jas.gb with parameters of type SolvableExtendedGBModifier and TypeMethodDescriptionboolean
SolvableGroebnerBase.isLeftReductionMatrix
(SolvableExtendedGB<C> exgb) Test if left reduction matrix.boolean
SolvableGroebnerBaseAbstract.isLeftReductionMatrix
(SolvableExtendedGB<C> exgb) Test if left reduction matrix.boolean
SolvableGroebnerBaseSeq.isLeftReductionMatrix
(SolvableExtendedGB<C> exgb) Test if M is a left reduction matrix.