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

◆ schur_poly_heap()

schur_poly_heap::schur_poly_heap ( const SchurRing2 * S0)
inline

Definition at line 69 of file schur-poly-heap.hpp.

70 : S(S0), top_of_heap(-1)
71{
72 int i;
73 for (i = 0; i < GEOHEAP_SIZE; i++) heap[i] = S->zero();
74}
ring_elem heap[GEOHEAP_SIZE]
const SchurRing2 * S
#define GEOHEAP_SIZE
Definition style.hpp:46

References GEOHEAP_SIZE, heap, S, and top_of_heap.