heap

heap() -- display the contents of the engine's heap.

It's a Command so it may be entered simply as heap 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 = heap
     
     --- heap ---------
     handle refcount type
     0	 14	Ring
     13	 1	Ring element
     34	 2	monoid
     47	 3	FreeModule
     5	 2	monoid
     18	 2	Matrix
     26	 1	Matrix
     39	 1	Ring element
     10	 1	Ring element
     31	 1	Ring element
     2	 1	monorder
     23	 1	Vector
     36	 1	Ring element
     44	 3	FreeModule
     15	 1	Ring element
     28	 2	monoid
     7	 1	Ring element
     20	 1	Vector
     41	 1	Ring element
     33	 1	monorder
     46	 1	Matrix
     4	 2	monoid
     25	 1	Vector
     38	 1	Ring element
     9	 4	Ring
     17	 1	Vector
     30	 8	Ring
     1	 3	Ring
     22	 6	FreeModule
     43	 1	Ring element
     27	 1	monorder
     35	 11	Ring
     48	 1	Vector
     6	 4	Ring
     19	 3	FreeModule
     40	 1	Ring element
     11	 1	Ring element
     32	 1	Ring element
     45	 1	Vector
     3	 1	monorder
     24	 3	FreeModule
     37	 1	Ring element
     16	 6	FreeModule
     29	 8	Ring
     8	 1	Ring element
     21	 1	Hermite computation
     42	 1	Ring element
     Number of null entries in table = 0
     Number of null objects in table = 0
     

Go to main index.

Go to concepts index.