Macaulay2 » Documentation
Packages » EagonResolution :: EagonData
next | previous | forward | backward | up | index | toc

EagonData -- HashTable storing output of eagon

Synopsis

Description

The command E = eagon(R,b) puts the EagonData E in R.cache so that E== R.cache.EagonData, and causes the message "EagonData in <ring>.cache computed to length b"

i1 : R = ZZ/101[x,y]/ideal"x2,xy,y2"

o1 = R

o1 : QuotientRing
i2 : E = eagon(R,3)

o2 = EagonData in <ring>.cache computed to length 3

o2 : EagonData
i3 : E === R.cache.EagonData

o3 = true

See also

Functions and methods returning an object of class EagonData :

Methods that use an object of class EagonData :

For the programmer

The object EagonData is a type, with ancestor classes HashTable < Thing.