public class CountingHomomorphism extends java.lang.Object implements GroupHomomorphism
CountingGroups.| Constructor and Description |
|---|
CountingHomomorphism(LazyGroupHomomorphism totalHom,
LazyGroupHomomorphism expMultiExpHom) |
CountingHomomorphism(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
apply(GroupElement groupElement) |
boolean |
equals(java.lang.Object o) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
public CountingHomomorphism(LazyGroupHomomorphism totalHom, LazyGroupHomomorphism expMultiExpHom)
public CountingHomomorphism(Representation repr)
public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic GroupElement apply(GroupElement groupElement)
apply in interface java.util.function.Function<GroupElement,GroupElement>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object