public final class sp2_RDim3 extends LieAlgebra
Modifier and Type | Method and Description |
---|---|
ComplexSquareMatrix[] |
basis()
Returns the basis used to represent the Lie algebra.
|
ComplexSquareMatrix |
getElement(DoubleVector v)
Returns an element as a matrix (vector*basis).
|
static sp2_RDim3 |
getInstance()
Singleton.
|
DoubleVector |
multiply(DoubleVector a,
DoubleVector b)
Returns the Lie bracket (commutator) of two elements.
|
toString
public static final sp2_RDim3 getInstance()
public ComplexSquareMatrix getElement(DoubleVector v)
getElement
in class LieAlgebra
public DoubleVector multiply(DoubleVector a, DoubleVector b)
multiply
in class LieAlgebra
public ComplexSquareMatrix[] basis()
basis
in class LieAlgebra