Macaulay2 Engine
Loading...
Searching...
No Matches
◆
show()
void gbvectorHeap::show
(
)
const
Definition at line
1629
of file
gbring.cpp
.
1630
{
1631
for
(
int
i = 0; i <=
top_of_heap
; i++)
1632
{
1633
if
(
heap
[i] ==
nullptr
)
continue
;
1634
printf(
"%d "
, i);
1635
dgbvec
(
GR
,
heap
[i]);
1636
printf(
"\n"
);
1637
}
1638
}
gbvectorHeap::heap
gbvector * heap[GEOHEAP_SIZE]
Definition
gbring.hpp:693
gbvectorHeap::top_of_heap
int top_of_heap
Definition
gbring.hpp:695
gbvectorHeap::GR
GBRing * GR
Definition
gbring.hpp:690
dgbvec
void dgbvec(const GBRing *R, gbvector *v)
Definition
debug.cpp:95
References
dgbvec()
,
GR
,
heap
, and
top_of_heap
.
gbvectorHeap
Generated on
for Macaulay2 Engine by
1.15.0