Skip to main content

isotypic_multiplicities

Function isotypic_multiplicities 

Source
pub fn isotypic_multiplicities(
    degree: usize,
    gens: &[Perm],
    cap: usize,
) -> Option<Vec<u128>>
Expand description

The isotypic multiplicities of ⟨gens⟩’s permutation representation, one per irreducible (aligned with character_table’s rows). See isotypic_from_table. None when the character table is out of range or the multiplicities cannot be decoded/verified.