Macaulay2 » Documentation
Packages » PieriMaps :: fillingToWeyl
next | previous | forward | backward | up | index | toc

fillingToWeyl -- convert a Filling to a sum of WeylFillings (compose pmToWeyl with fillingToPM)

Description

i1 : needsPackage "SchurFunctors";
i2 : F = new Filling from {{0,2},{1}};
i3 : fillingToWeyl F

               +-+-+
o3 = HashTable{|0|1| => 1}
               |2| |
               +-+-+
               +-+-+    1
               |0|2| => -
               |1| |    2
               +-+-+

o3 : HashTable

See also

For the programmer

The object fillingToWeyl is a function closure.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/PieriMaps/doc.m2:792:0.