A MatchingField is the common ancestor of Grassmannian Matching Fields GrMatchingField and partial flag Matching Fields FlMatchingField. A MatchingField is constructed with the function matchingField.
Two MatchingFields are equal if and only if their tuples are the same.
Technical details. A MatchingField is derived from the class HashTable. Each MatchingField has the following fields:
Everything else, including: weight matrices; polynomial rings, maps and ideals; polyhedra such as the weight matrix cone and matching field polytope, are stored inside the cache. Note that the package does not export the keys, such as tupleMaxSize or tupleMaxValue. If you wish to directly address the contents of the GrMatchingField, then use "debug MatchingFields".
The object MatchingField is a type, with ancestor classes HashTable < Thing.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/MatchingFields.m2:2133:0.