Uses of Class
edu.jas.gb.CriticalPair
-
Packages that use CriticalPair Package Description edu.jas.gb Groebner bases package. -
-
Uses of CriticalPair in edu.jas.gb
Fields in edu.jas.gb declared as CriticalPair Modifier and Type Field Description CriticalPair<C>GBSPTransportMessPair. pairFields in edu.jas.gb with type parameters of type CriticalPair Modifier and Type Field Description protected java.util.SortedSet<CriticalPair<C>>CriticalPairList. pairlistMethods in edu.jas.gb that return CriticalPair Modifier and Type Method Description CriticalPair<C>CriticalPairList. getNext()Get the next required pair from the pairlist.Methods in edu.jas.gb that return types with arguments of type CriticalPair Modifier and Type Method Description java.util.List<CriticalPair<C>>CriticalPairList. inWork()In work pairs.Methods in edu.jas.gb with parameters of type CriticalPair Modifier and Type Method Description intCriticalPairList. record(CriticalPair<C> pair, GenPolynomial<C> p)Record reduced polynomial.intCriticalPairList. update(CriticalPair<C> pair, GenPolynomial<C> p)Record reduced polynomial and update critical pair list.Constructors in edu.jas.gb with parameters of type CriticalPair Constructor Description GBSPTransportMessPair(CriticalPair<C> p)GBSPTransportMessPair.GBSPTransportMessPairIndex(CriticalPair p)GBSPTransportMessPairIndex.
-