jsci.maths.algebras
Class LieAlgebra
- java.lang.Object
-
- jsci.maths.algebras.LieAlgebra
-
-
Constructor Summary
Constructors Constructor and Description LieAlgebra(java.lang.String aLabel)Constructs a Lie algebra.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract AbstractComplexSquareMatrix[]basis()Returns the basis used to represent the Lie algebra.abstract AbstractComplexSquareMatrixgetElement(AbstractDoubleVector v)Returns an element as a matrix (vector*basis).abstract AbstractDoubleVectormultiply(AbstractDoubleVector a, AbstractDoubleVector b)Returns the Lie bracket (commutator) of two elements.java.lang.StringtoString()Returns a string representing this algebra.
-
-
-
Constructor Detail
-
LieAlgebra
public LieAlgebra(java.lang.String aLabel)
Constructs a Lie algebra.- Parameters:
aLabel- a label that identifies this algebra
-
-
Method Detail
-
toString
public final java.lang.String toString()
Returns a string representing this algebra.- Overrides:
toStringin classjava.lang.Object
-
getElement
public abstract AbstractComplexSquareMatrix getElement(AbstractDoubleVector v)
Returns an element as a matrix (vector*basis).
-
multiply
public abstract AbstractDoubleVector multiply(AbstractDoubleVector a, AbstractDoubleVector b)
Returns the Lie bracket (commutator) of two elements.
-
basis
public abstract AbstractComplexSquareMatrix[] basis()
Returns the basis used to represent the Lie algebra.
-
-
DMelt 3.0 © DataMelt by jWork.ORG