|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClassFunction in repthy |
| Subclasses of ClassFunction in repthy | |
class |
GpCharacter
The character of a complex representation of the Group
G, or an element of the Z-lattice generated by such
characters (a virtual character).
|
| Methods in repthy that return ClassFunction | |
ClassFunction |
ClassFunction.sum(ClassFunction chi)
Returns this + chi. |
ClassFunction |
ClassFunction.minus(ClassFunction chi)
Returns this - chi. |
ClassFunction |
ClassFunction.times(int n)
Returns n * this. |
ClassFunction |
ClassFunction.times(ClassFunction chi)
Returns the pointwise product this * chi. |
ClassFunction |
ClassFunction.conjugate()
Returns the conjugate of this. |
| Methods in repthy with parameters of type ClassFunction | |
Complex |
ClassFunction.innerProduct(ClassFunction chi)
Returns the Hermitian inner product (1 / order(G)) * Sum_(g in G) [this(g) * chi(g)^conjugate] on the space of class functions. |
ClassFunction |
ClassFunction.sum(ClassFunction chi)
Returns this + chi. |
ClassFunction |
ClassFunction.minus(ClassFunction chi)
Returns this - chi. |
ClassFunction |
ClassFunction.times(ClassFunction chi)
Returns the pointwise product this * chi. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||