indexer_get_supergroups Function

private pure function indexer_get_supergroups(this) result(res)

Get the ordered compositions of n into k summands constrained by cumulative minima and maxima.

GAS allowed compositions are called supergroups.

Type Bound

SuperGroupIndexer_t

Arguments

Type IntentOptional Attributes Name
class(SuperGroupIndexer_t), intent(in) :: this

Return Value integer, allocatable, (:,:)


Contents