|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectHeckeAlgebraElt
An element of a given HeckeAlgebra
HZ(G, H).
| Constructor Summary | |
HeckeAlgebraElt(HeckeAlgebra alg)
Constructs the zero element in the algebra. |
|
HeckeAlgebraElt(HeckeAlgebra alg,
GroupElt g)
Constructs the element 1*(g) in the algebra. |
|
| Method Summary | |
HeckeAlgebraElt |
add(HeckeAlgebraElt y)
Returns a new HeckeAlgebraElt that's the sum of
this and y. |
boolean |
equals(Object o)
Returns true only when the underlying HeckeAlgebras are
equal and the coefficients are termwise equal. |
int |
hashCode()
Consistent with equals(java.lang.Object). |
HeckeAlgebraElt |
mult(HeckeAlgebraElt y)
Returns a new HeckeAlgebraElt that's the product
of this and y. |
HeckeAlgebraElt |
mult(long a)
Returns a new HeckeAlgebraElt that's
this times the scalar a. |
void |
setName(String x)
Sets a name for toString() to return. |
String |
toString()
|
| Methods inherited from class Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HeckeAlgebraElt(HeckeAlgebra alg)
public HeckeAlgebraElt(HeckeAlgebra alg,
GroupElt g)
1*(g) in the algebra.
| Method Detail |
public boolean equals(Object o)
HeckeAlgebras are
equal and the coefficients are termwise equal.
public int hashCode()
equals(java.lang.Object).
public HeckeAlgebraElt mult(HeckeAlgebraElt y)
HeckeAlgebraElt that's the product
of this and y.
IllegalArgumentException - If the underlying HeckeAlgebras aren't equal.public HeckeAlgebraElt add(HeckeAlgebraElt y)
HeckeAlgebraElt that's the sum of
this and y.
IllegalArgumentException - If the underlying HeckeAlgebras aren't equal.public HeckeAlgebraElt mult(long a)
HeckeAlgebraElt that's
this times the scalar a.
IllegalArgumentException - If the underlying HeckeAlgebras aren't equal.public void setName(String x)
toString() to return. To remove the
name, set it to null.
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||