public final class U1 extends LieGroup
Modifier and Type | Method and Description |
---|---|
Complex |
getElement(double param)
Returns an element from within the group.
|
static U1 |
getInstance()
Constructs a U(1) group.
|
boolean |
isIdentity(Complex a)
Returns true if the element is the identity element of this group.
|
boolean |
isInverse(Complex a,
Complex b)
Returns true if one element is the inverse of the other.
|
java.lang.String |
toString()
Returns a string representing this group.
|
dimension, getElement, identity, isIdentity, isInverse
public static final U1 getInstance()
public java.lang.String toString()
toString
in class java.lang.Object
public Complex getElement(double param)
param
- parameter to specify the group elementpublic boolean isIdentity(Complex a)
a
- a group element