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

◆ gbvectorHeap()

gbvectorHeap::gbvectorHeap ( GBRing * GR,
const FreeModule * F )

Definition at line 1507 of file gbring.cpp.

1508 : GR(GR0),
1509 F(FF),
1510 K(GR0->get_flattened_coefficients()),
1511 top_of_heap(-1),
1512 mLead(-1)
1513{
1514 // set K
1515 int i;
1516 for (i = 0; i < GEOHEAP_SIZE; i++) heap[i] = nullptr;
1517}
gbvector * heap[GEOHEAP_SIZE]
Definition gbring.hpp:693
const Ring * K
Definition gbring.hpp:692
const FreeModule * F
Definition gbring.hpp:691
int top_of_heap
Definition gbring.hpp:695
GBRing * GR
Definition gbring.hpp:690
#define GEOHEAP_SIZE
Definition style.hpp:46

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