Package | Description |
---|---|
JSci.maths | |
JSci.maths.algebras |
Provides classes for algebras and their generalisations (vector spaces, modules).
|
JSci.physics.quantum |
Modifier and Type | Class and Description |
---|---|
class |
Complex
The Complex class encapsulates complex numbers.
|
class |
ComplexDiagonalMatrix
The ComplexDiagonalMatrix class provides an object for encapsulating diagonal matrices containing complex numbers.
|
class |
ComplexSquareMatrix
The ComplexSquareMatrix class provides an object for encapsulating square matrices containing complex numbers.
|
class |
ComplexTridiagonalMatrix
The ComplexTridiagonalMatrix class provides an object for encapsulating tridiagonal matrices containing complex numbers.
|
class |
Quaternion
The Quaternion class encapsulates quaternions.
|
Modifier and Type | Method and Description |
---|---|
CStarAlgebra.Member |
Complex.involution()
Returns the involution of this complex number.
|
CStarAlgebra.Member |
ComplexSquareMatrix.involution()
Returns the involution of this matrix.
|
CStarAlgebra.Member |
Quaternion.involution()
Returns the involution of this quaternion.
|
Modifier and Type | Method and Description |
---|---|
CStarAlgebra.Member |
CStarAlgebra.Member.involution()
The involution operation.
|
Modifier and Type | Class and Description |
---|---|
class |
GammaMatrix
The GammaMatrix class provides an object for encapsulating the gamma matrices.
|