Module chartab_symbols

Source
Expand description

Symbols enumerating rows and columns of character tables.

Structs§

DecomposedSymbol
Structure to handle symbols consisting of multiple sub-symbols.
DecomposedSymbolBuilder
Builder for DecomposedSymbol.
GenericSymbol
Structure to handle generic mathematical symbols.
GenericSymbolBuilder
Builder for GenericSymbol.
GenericSymbolParsingError

Enums§

DecomposedSymbolBuilderError
Error type for DecomposedSymbolBuilder
GenericSymbolBuilderError
Error type for GenericSymbolBuilder

Statics§

FROBENIUS_SCHUR_SYMBOLS
Symbols for Frobenius–Schur classifications of irreducible representations.

Traits§

CollectionSymbol
Trait for symbols describing collections of objects such as conjugacy classes.
LinearSpaceSymbol
Trait for symbols describing linear spaces.
MathematicalSymbol
Trait for general mathematical symbols. See GenericSymbol for the definitions of the parts.
ReducibleLinearSpaceSymbol
Trait for symbols describing reducible linear spaces.