All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.algebras.sp2_RDim2
java.lang.Object
|
+----JSci.maths.algebras.LieAlgebra
|
+----JSci.maths.algebras.sp2_RDim2
- public final class sp2_RDim2
- extends LieAlgebra
The sp2_RDim2 class encapsulates sp(2,R) algebras using
the 2 dimensional (fundamental) representation.
Elements are represented by 3-vectors with a matrix basis.
-
sp2_RDim2()
- Constructs an sp(2,R) algebra.
-
basis()
- Returns the basis used to represent the Lie algebra.
-
getElement(DoubleVector)
- Returns an element as a matrix (vector*basis).
-
multiply(DoubleVector, DoubleVector)
- Returns the Lie bracket (commutator) of two elements.
sp2_RDim2
public sp2_RDim2()
- Constructs an sp(2,R) algebra.
getElement
public ComplexSquareMatrix getElement(DoubleVector v)
- Returns an element as a matrix (vector*basis).
- Overrides:
- getElement in class LieAlgebra
multiply
public DoubleVector multiply(DoubleVector a,
DoubleVector b)
- Returns the Lie bracket (commutator) of two elements.
Same as the vector cross product.
- Overrides:
- multiply in class LieAlgebra
basis
public ComplexSquareMatrix[] basis()
- Returns the basis used to represent the Lie algebra.
- Overrides:
- basis in class LieAlgebra
All Packages Class Hierarchy This Package Previous Next Index