Uses of Class
repthy.GpCharacter

Uses of GpCharacter in repthy
 

Methods in repthy that return GpCharacter
 GpCharacter Homomorphism.pullBack(GpCharacter chiT)
          Returns the pullback of the character chiT on the target.
 GpCharacter GpCharacter.sum(GpCharacter chi)
          The character of the direct sum of the representations for this and for chi.
 GpCharacter GpCharacter.minus(GpCharacter chi)
          Returns this - chi.
 GpCharacter GpCharacter.sumTimes(int n)
          The character of the representation for this direct-summed with itself n times.
 GpCharacter GpCharacter.tensor(GpCharacter chi)
          The character of the tensor product of the representations for this and for chi.
 GpCharacter GpCharacter.dual()
          The character of the dual of the representation for this.
 GpCharacter GpCharacter.wedge2()
          The character of the second exterior power of the representation for this.
 GpCharacter GpCharacter.sym2()
          The character of the second symmetric power of the representation for this.
 GpCharacter Subgroup.Res(GpCharacter chiG)
          Returns the restriction to H of the given character on G.
 GpCharacter Subgroup.Ind(GpCharacter chiH)
          Returns the character of the induced representation IndHG(chiH), where chiH is a character on H.
 GpCharacter CharTable.getChar(int i)
          Returns the ith character currently in the table.
 

Methods in repthy with parameters of type GpCharacter
 GpCharacter Homomorphism.pullBack(GpCharacter chiT)
          Returns the pullback of the character chiT on the target.
 GpCharacter GpCharacter.sum(GpCharacter chi)
          The character of the direct sum of the representations for this and for chi.
 GpCharacter GpCharacter.minus(GpCharacter chi)
          Returns this - chi.
 GpCharacter GpCharacter.tensor(GpCharacter chi)
          The character of the tensor product of the representations for this and for chi.
 GpCharacter Subgroup.Res(GpCharacter chiG)
          Returns the restriction to H of the given character on G.
 GpCharacter Subgroup.Ind(GpCharacter chiH)
          Returns the character of the induced representation IndHG(chiH), where chiH is a character on H.
 void CharTable.add(GpCharacter chi)
          Adds chi to the character table.
 void CharTable.addIfNew(GpCharacter chi)
          If the argument is not already in the table (up to equals), put it in using CharTable.add(repthy.GpCharacter); if it is in the table, do nothing.
 String CharTable.decompose(GpCharacter chi)
          Returns a String showing the decomposition of the class function chi with respect to the current character table.
 

Constructors in repthy with parameters of type GpCharacter
OrthonormalityException(String message, GpCharacter chi)