EquivariantGB : Index
- Buchberger -- algorithm choice for egb
- buildEMonomialMap -- builds an equivariant ring map
- buildEMonomialMap(Ring,Ring,List) -- builds an equivariant ring map
- buildERing -- creates a ring to be used with other functions in the EquivariantGB package
- buildERing(..., Degrees => ...) -- creates a ring to be used with other functions in the EquivariantGB package
- buildERing(..., MonomialOrder => ...) -- creates a ring to be used with other functions in the EquivariantGB package
- buildERing(List,List,Ring,ZZ) -- creates a ring to be used with other functions in the EquivariantGB package
- buildERing(Ring,ZZ) -- creates a ERing from existing ERing
- Completely (missing documentation)
- deleteMin -- deletes the minimum element of the queue
- deleteMin(PriorityQueue) -- deletes the minimum element of the queue
- egb -- computes equivariant Gröbner bases
- egb(..., Algorithm => ...) -- algorithm choice for egb
- egb(..., OutFile => ...) -- where to send messages
- egb(List) -- computes equivariant Gröbner bases
- egbToric -- computes the kernel of an equivariant monomial map
- egbToric(..., OutFile => ...) -- where to send messages
- egbToric(RingMap) -- computes the kernel of an equivariant monomial map
- EquivariantGB -- a package for computing equivariant Gröbner bases
- exponentMatrix -- puts the exponent of a monomial into matrix form
- exponentMatrix(RingElement) -- puts the exponent of a monomial into matrix form
- incOrbit -- the increasing map orbit of an element
- incOrbit(..., Symmetrize => ...) -- the increasing map orbit of an element
- incOrbit(List,ZZ) -- the increasing map orbit of an element
- incOrbit(RingElement,ZZ) -- the increasing map orbit of an element
- Incremental -- algorithm choice for egb
- insert(PriorityQueue,Thing) -- insert a new element into the queue
- length(PriorityQueue) -- returns the number of elements in the queue
- mergePQ -- merges two queues
- mergePQ(PriorityQueue,PriorityQueue) -- merges two queues
- min(PriorityQueue) -- return the minimum element of the queue
- OutFile -- where to send messages
- pop -- returns the minimum element of the queue and deletes it
- pop(PriorityQueue) -- returns the minimum element of the queue and deletes it
- PrincipalSyzygies (missing documentation)
- PriorityQueue -- an efficient mutable priority queue implementation
- priorityQueue -- create a new PriorityQueue
- priorityQueue() -- create a new PriorityQueue
- priorityQueue(List) -- create a new PriorityQueue
- reduce -- computes an equivariant normal form
- reduce(..., Completely => ...) -- computes an equivariant normal form
- reduce(RingElement,List) -- computes an equivariant normal form
- Shift (missing documentation)
- shift (missing documentation)
- Signature -- algorithm choice for egb
- Symmetrize (missing documentation)