Representation
A (1D) irreducible representation of a finite group.
Source representation.hpp
Constructors
Creates a Representation from a vector of complex numbers
Methods
size
Returns the size of the Representation, i.e. the number of characters.
isreal
Returns the whether or not the Representation is real, I.E. the characters are real numbers and do not have an imaginary part.
"*" operator
Multiplies two Representations by overloading the *
operator.