Uses of Class
edu.jas.gb.Pair

Packages that use Pair
Package
Description
Groebner bases package.
Groebner bases using unique factorization package.
  • Uses of Pair in edu.jas.gb

    Classes in edu.jas.gb that implement interfaces with type arguments of type Pair
    Modifier and Type
    Class
    Description
    class 
    Pair<C extends RingElem<C>>
    Serializable subclass to hold pairs of polynomials.
    Fields in edu.jas.gb declared as Pair
    Modifier and Type
    Field
    Description
    final Pair<C>
    GBTransportMessPair.pair
     
    Fields in edu.jas.gb with type parameters of type Pair
    Modifier and Type
    Field
    Description
    protected final SortedMap<ExpVector, LinkedList<Pair<C>>>
    OrderedPairlist.pairlist
     
    Methods in edu.jas.gb that return Pair
    Modifier and Type
    Method
    Description
    CriticalPairList.removeNext()
    Get and remove the next required pair from the pairlist.
    OrderedDPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    OrderedMinPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    OrderedPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    OrderedSyzPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    PairList.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    Methods in edu.jas.gb with parameters of type Pair
    Modifier and Type
    Method
    Description
    int
    Pair.compareTo(Pair p)
    compareTo used in TreeMap // not used at moment.
    Constructors in edu.jas.gb with parameters of type Pair
    Modifier
    Constructor
    Description
     
    GBTransportMessPair.
     
    GBTransportMessPairIndex.
  • Uses of Pair in edu.jas.gbufd

    Methods in edu.jas.gbufd that return Pair
    Modifier and Type
    Method
    Description
    OrderedRPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.