next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
NAGtypes :: NumericalVariety

NumericalVariety -- a numerical variety

Description

This type stores a collection of witness sets representing a variety.

Note that
  • The ambient space is expected to be the same, i.e., Equations of witness sets are should come from the same ring.
  • The witness sets need not come from the decomposition of the same variety.
  • The constructor numericalVariety(List) does not check the sensibility of the input; run check(NumericalVariety) (missing documentation) to verify the validity of a numerical variety.

See also

Functions and methods returning a numerical variety :

Methods that use a numerical variety :

For the programmer

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