Uses of Interface
JSci.maths.algebras.CStarAlgebra.Member

Packages that use CStarAlgebra.Member
JSci.maths   
JSci.maths.algebras Provides classes for algebras and their generalisations (vector spaces, modules). 
JSci.physics.quantum   
 

Uses of CStarAlgebra.Member in JSci.maths
 

Classes in JSci.maths that implement CStarAlgebra.Member
 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.
 

Methods in JSci.maths that return CStarAlgebra.Member
 CStarAlgebra.Member ComplexSquareMatrix.involution()
          Returns the involution of this matrix.
 CStarAlgebra.Member Complex.involution()
          Returns the involution of this complex number.
 CStarAlgebra.Member Quaternion.involution()
          Returns the involution of this quaternion.
 

Uses of CStarAlgebra.Member in JSci.maths.algebras
 

Methods in JSci.maths.algebras that return CStarAlgebra.Member
 CStarAlgebra.Member CStarAlgebra.Member.involution()
          The involution operation.
 

Uses of CStarAlgebra.Member in JSci.physics.quantum
 

Classes in JSci.physics.quantum that implement CStarAlgebra.Member
 class GammaMatrix
          The GammaMatrix class provides an object for encapsulating the gamma matrices.