pub fn irreducible_degrees(
degree: usize,
gens: &[Perm],
cap: usize,
) -> Option<Vec<u128>>Expand description
The irreducible-representation degrees χ_s(1) of ⟨gens⟩, sorted ascending (Σ dᵢ² = |G|) —
the cheap summary of the character_table. None when the table cannot be computed (|G| > cap
or too large for the finite-field diagonalisation).