Skip to main content

frobenius_schur_indicators

Function frobenius_schur_indicators 

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

The Frobenius–Schur indicators of ⟨gens⟩, one per irreducible character (aligned with character_table’s rows). See frobenius_schur_from_table. None when the character table is out of range.