muEC::COMP::ListCompoFiner – all compositions finer than a given one

The muEC::COMP::ListCompoFiner function generates all compositions finer than a given composition compo (obtained by decomposing parts of compo). The result is a list of compositions.

→ Examples

Call:

muEC::COMP::ListCompoFiner(compo)

Parameters:

compo

any list denoting a composition

Related Functions:

muEC::COMP::ListCompo, muEC::COMP::ListCompoFatter, muEC::TYP::IsCompo

Example 1:

muEC::COMP::ListCompoFiner([2,1,3]);

math