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

◆ vecHeap()

vecHeap::vecHeap ( const FreeModule * F)
inline

Definition at line 78 of file geovec.hpp.

79 : F(FF), K(FF->get_ring()), top_of_heap(-1), mLead(-1)
80{
81 // set K
82 int i;
83 for (i = 0; i < GEOHEAP_SIZE; i++) heap[i] = NULL;
84}
const FreeModule * F
Definition geovec.hpp:51
int mLead
Definition geovec.hpp:55
const Ring * K
Definition geovec.hpp:52
vecterm * heap[GEOHEAP_SIZE]
Definition geovec.hpp:53
int top_of_heap
Definition geovec.hpp:54
#define GEOHEAP_SIZE
Definition style.hpp:46

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