list of partitions contained into a given partition or between two given partitions
Call:
muEC::PART::ListPartIn(part, <partin>, <Options>)
Parameters:
part, partin: |
any lists denoting partitions |
Options:
weight = w: |
weight of listed partitions is w |
nb: |
only counts objects |
Related Functions:
muEC::PART::ListPart, muEC::PART::ListSkewDiag, muEC::TYP::IsPart
Details:
The muEC::PART::ListPartIn function gives all partitions contained into the diagram of a given partition. The list is ordered by increasing length.
Called with a second argument Partin, the function returns the list of all partitions contained into the diagram of part and containing the diagram of partin.
muEC::PART::ListPartIn( [3,1] );
muEC::PART::ListPartIn( [3,2,1], [2,1,1] );
muEC::PART::ListPartIn( [4,3,2], weight=6 );
muEC::PART::ListPartIn( [40,30,15,10,8,7,5,3,1], nb );