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
}
polyheap::F
const PolynomialRing * F
Definition
geopoly.hpp:49
polyheap::heap
Nterm * heap[GEOHEAP_SIZE]
Definition
geopoly.hpp:51
polyheap::top_of_heap
int top_of_heap
Definition
geopoly.hpp:52
polyheap::K
const Ring * K
Definition
geopoly.hpp:50
GEOHEAP_SIZE
#define GEOHEAP_SIZE
Definition
style.hpp:46
References
F
,
GEOHEAP_SIZE
,
heap
,
K
, and
top_of_heap
.
polyheap
Generated on
for Macaulay2 Engine by
1.15.0