Uses of Interface
edu.jas.gbufd.RReduction
-
Packages that use RReduction Package Description edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of RReduction in edu.jas.gbufd
Subinterfaces of RReduction in edu.jas.gbufd Modifier and Type Interface Description interface
RPseudoReduction<C extends RegularRingElem<C>>
Polynomial R pseudo reduction interface.Classes in edu.jas.gbufd that implement RReduction Modifier and Type Class Description class
RPseudoReductionSeq<C extends RegularRingElem<C>>
Polynomial regular ring pseudo reduction sequential use algorithm.class
RReductionSeq<C extends RegularRingElem<C>>
Polynomial Regular ring Reduction sequential use algorithm.Fields in edu.jas.gbufd declared as RReduction Modifier and Type Field Description protected RReduction<C>
RGroebnerBaseSeq. rred
Reduction engine.protected RReduction<C>
OrderedRPairlist. rreduction
Constructors in edu.jas.gbufd with parameters of type RReduction Constructor Description RGroebnerBaseSeq(RReduction<C> rred)
Constructor.
-