[next][previous][up][top][index]
search for:

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        2      Ring
     6        1      MonomialOrder
     7        1      MonomialOrder
     8        8      Monoid
     9        2      Monoid
     10       4      Ring
     11       1      RingElement
     12       1      RingElement
     13       1      RingElement
     14       4      Ring
     15       1      RingElement
     16       1      RingElement
     17       1      RingElement
     18       6      FreeModule
     19       1      Vector
     20       2      Matrix
     21       3      FreeModule
     22       1      Vector
     23       2      FreeModule
     24       1      Vector
     25       1      gb_comp
     26       6      FreeModule
     27       1      Vector
     28       3      FreeModule
     29       1      Vector
     30       1      Matrix
     31       1      MonomialOrder
     32       2      Monoid
     33       6      Ring
     34       6      Ring
     35       1      RingElement
     36       1      RingElement
     37       1      MonomialOrder
     38       2      Monoid
     39       8      Ring
     40       1      RingElement
     41       1      RingElement
     42       1      RingElement
     43       1      RingElement
     44       1      RingElement
     45       3      FreeModule
     46       1      Vector
     47       1      Matrix
     48       3      FreeModule
     49       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][previous][up][top][index]
search for: