Macaulay2 Engine
Loading...
Searching...
No Matches

◆ polyheap()

polyheap::polyheap ( const PolynomialRing * F)
inline

Definition at line 69 of file geopoly.hpp.

70 : F(FF), K(FF->getCoefficientRing()), top_of_heap(-1)
71{
72 // set K
73 int i;
74 for (i = 0; i < GEOHEAP_SIZE; i++) heap[i] = NULL;
75}
const PolynomialRing * F
Definition geopoly.hpp:49
Nterm * heap[GEOHEAP_SIZE]
Definition geopoly.hpp:51
int top_of_heap
Definition geopoly.hpp:52
const Ring * K
Definition geopoly.hpp:50
#define GEOHEAP_SIZE
Definition style.hpp:46

References F, GEOHEAP_SIZE, heap, K, and top_of_heap.