Macaulay2 » Documentation
Packages » MatchingFields > FlMatchingField
next | previous | forward | backward | up | index | toc

FlMatchingField -- the class of matching fields for partial flag varieties

Description

Common ways to define flag matching fields:

Technical details. A flag matching field is derived from the class HashTable. All flag matching fields have the following fields:

  • kList of type ZZ
  • n of type ZZ
  • grMatchingFieldList of type List, the list of Grassmannian matching fields contained within, accessible with the functiongetGrMatchingFields
  • cache

Everything else, including: weight matrices; polynomial rings, maps and ideals; polyhedra such as the weight matrix cone and matching field polytope, are all stored inside the cache. Note that the package does not export the keys, such as kList or n. If you wish to directly address the contents of the FlMatchingField, then use "debug MatchingFields".

See also

Functions and methods returning an object of class FlMatchingField :

Methods that use an object of class FlMatchingField :

For the programmer

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

Menu