![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
engineHeap -- display the engine's heap
engineHeap() -- display the contents of the engine's heap.
It's a Command so it may be entered simply
as engineHeap if it's alone on the command line.
Used mainly for debugging the engine.
i1 : ZZ/101[x,y,z]; |
i2 : matrix {{x,y,z}}
o2 = | x y z |
ZZ 1 ZZ 3
o2 : Matrix --- [x, y, z] <--- --- [x, y, z]
101 101 |
i3 : engineHeap
o3 = --- heap ---------
handle refcount type
0 16 Ring
1 16 Ring
2 1 RingElement
3 1 RingElement
4 3 Ring
5 1 MonomialOrder
6 1 MonomialOrder
7 8 Monoid
8 2 Monoid
9 4 Ring
10 1 RingElement
11 1 RingElement
12 1 RingElement
13 4 Ring
14 1 RingElement
15 1 RingElement
16 1 RingElement
17 6 FreeModule
18 1 Vector
19 2 Matrix
20 3 FreeModule
21 1 Vector
22 2 FreeModule
23 1 Vector
24 1 gb_comp
25 6 FreeModule
26 1 Vector
27 3 FreeModule
28 1 Vector
29 1 Matrix
30 1 MonomialOrder
31 2 Monoid
32 6 Ring
33 6 Ring
34 1 RingElement
35 1 RingElement
36 1 MonomialOrder
37 2 Monoid
38 8 Ring
39 1 RingElement
40 1 RingElement
41 1 RingElement
42 1 RingElement
43 1 RingElement
44 3 FreeModule
45 1 Vector
46 1 Matrix
47 3 FreeModule
48 1 Vector
Number of null entries in table = 0
Number of null objects in table = 0
|
The command engineHeap is a member of the class Command.
![[next]](next.gif)
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)