|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.maths.algebras.LieAlgebra
The LieAlgebra class provides an abstract encapsulation for Lie algebras. Elements are represented by vectors with a matrix basis.
Constructor Summary | |
LieAlgebra(java.lang.String aLabel)
Constructs a Lie algebra. |
Method Summary | |
abstract AbstractComplexSquareMatrix[] |
basis()
Returns the basis used to represent the Lie algebra. |
abstract AbstractComplexSquareMatrix |
getElement(AbstractDoubleVector v)
Returns an element as a matrix (vector*basis). |
abstract AbstractDoubleVector |
multiply(AbstractDoubleVector a,
AbstractDoubleVector b)
Returns the Lie bracket (commutator) of two elements. |
java.lang.String |
toString()
Returns a string representing this algebra. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LieAlgebra(java.lang.String aLabel)
aLabel
- a label that identifies this algebraMethod Detail |
public final java.lang.String toString()
public abstract AbstractComplexSquareMatrix getElement(AbstractDoubleVector v)
public abstract AbstractDoubleVector multiply(AbstractDoubleVector a, AbstractDoubleVector b)
public abstract AbstractComplexSquareMatrix[] basis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |