Uses of Class
edu.jas.application.CReductionSeq
Packages that use CReductionSeq
-
Uses of CReductionSeq in edu.jas.application
Fields in edu.jas.application declared as CReductionSeqModifier and TypeFieldDescriptionprotected final CReductionSeq
<C> ComprehensiveGroebnerBaseSeq.cred
Comprehensive reduction engine.protected final CReductionSeq
<C> OrderedCPairlist.reduction
Constructors in edu.jas.application with parameters of type CReductionSeqModifierConstructorDescriptionComprehensiveGroebnerBaseSeq
(CReductionSeq<C> red, RingFactory<C> rf) Constructor.private
OrderedCPairlist
(int m, GenPolynomialRing<GenPolynomial<C>> r, List<ColorPolynomial<C>> P, SortedMap<ExpVector, LinkedList<CPair<C>>> pl, List<BitSet> red, CReductionSeq<C> cred, int pc, int rc) Internal constructor for OrderedPairlist.