ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: ListPartIn - list of partitions contained into a given partition or between two given partitions

CALLING SEQUENCE:

ListPartIn(part)
ListPartIn(part, part_in)
PART[ListPartIn](part)
PART[ListPartIn](part, part_in)

PARAMETERS:

part, part_in = any lists denoting partitions

SYNOPSIS:

EXAMPLES:


> with(PART):
> ListPartIn([3,1]);
 
                 [[], [1], [2], [3], [1, 1], [2, 1], [3, 1]]
 
> ListPartIn([3,2,1], [2,1,1]);
 
                 [[2, 1, 1], [2, 2, 1], [3, 1, 1], [3, 2, 1]]
 
> ListPartIn([4,3,2], 'weight'=6);
 
               [[4, 2], [3, 3], [4, 1, 1], [3, 2, 1], [2, 2, 2]]
 
> ListPartIn([40,30,15,10,8,7,5,3,1], 'nb');
 
                                    9631414
 

SEE ALSO: ListPart ListSkewDiag