Uses of Class
JSci.maths.ComplexMatrix

Packages that use ComplexMatrix
JSci.io   
JSci.maths   
JSci.maths.categories   
JSci.physics.quantum   
 

Uses of ComplexMatrix in JSci.io
 

Methods in JSci.io with parameters of type ComplexMatrix
 org.w3c.dom.Element MathMLDocumentJSciImpl.createMatrix(ComplexMatrix m)
          Creates a MathML matrix element (<matrix>).
 

Uses of ComplexMatrix in JSci.maths
 

Subclasses of ComplexMatrix in JSci.maths
 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.
 

Methods in JSci.maths that return ComplexMatrix
 ComplexMatrix ComplexTridiagonalMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexSquareMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexDiagonalMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexTridiagonalMatrix.conjugate()
          Returns the complex conjugate of this matrix.
 ComplexMatrix ComplexMatrix.conjugate()
          Returns the complex conjugate of this matrix.
 ComplexMatrix ComplexSquareMatrix.conjugate()
          Returns the complex conjugate of this matrix.
 ComplexMatrix ComplexDiagonalMatrix.conjugate()
          Returns the complex conjugate of this matrix.
 ComplexMatrix ComplexMatrix.directSum(ComplexMatrix m)
          Returns the direct sum of this matrix and another.
 ComplexMatrix ComplexTridiagonalMatrix.hermitianAdjoint()
          Returns the hermitian adjoint of this matrix.
 ComplexMatrix ComplexMatrix.hermitianAdjoint()
          Returns the hermitian adjoint of this matrix.
 ComplexMatrix ComplexSquareMatrix.hermitianAdjoint()
          Returns the hermitian adjoint of this matrix.
 ComplexMatrix ComplexDiagonalMatrix.hermitianAdjoint()
          Returns the hermitian adjoint of this matrix.
 ComplexMatrix ComplexTridiagonalMatrix.mapElements(ComplexMapping f)
          Applies a function on all the matrix elements.
 ComplexMatrix ComplexMatrix.mapElements(ComplexMapping f)
          Applies a function on all the matrix elements.
 ComplexMatrix ComplexSquareMatrix.mapElements(ComplexMapping f)
          Applies a function on all the matrix elements.
 ComplexMatrix ComplexDiagonalMatrix.mapElements(ComplexMapping f)
          Applies a function on all the matrix elements.
 ComplexMatrix ComplexTridiagonalMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexDiagonalMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexMatrix.scalarDivide(Complex z)
          Returns the division of this matrix by a scalar.
 ComplexMatrix ComplexMatrix.scalarDivide(double x)
          Returns the division of this matrix by a scalar.
 ComplexMatrix ComplexTridiagonalMatrix.scalarMultiply(Complex z)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexMatrix.scalarMultiply(Complex z)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexSquareMatrix.scalarMultiply(Complex z)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexDiagonalMatrix.scalarMultiply(Complex z)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexTridiagonalMatrix.scalarMultiply(double x)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexMatrix.scalarMultiply(double x)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexSquareMatrix.scalarMultiply(double x)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexDiagonalMatrix.scalarMultiply(double x)
          Returns the multiplication of this matrix by a scalar.
 ComplexMatrix ComplexTridiagonalMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix and another.
 ComplexMatrix ComplexMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexSquareMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexDiagonalMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexMatrix.tensorProduct(ComplexMatrix m)
          Returns the tensor product of this matrix and another.
 ComplexMatrix DoubleTridiagonalMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix IntegerTridiagonalMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix IntegerDiagonalMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix DoubleSparseSquareMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix DoubleSparseMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix DoubleDiagonalMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix DoubleMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 ComplexMatrix IntegerMatrix.toComplexMatrix()
          Converts this matrix to a complex matrix.
 

Methods in JSci.maths with parameters of type ComplexMatrix
 ComplexMatrix ComplexTridiagonalMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexSquareMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexDiagonalMatrix.add(ComplexMatrix m)
          Returns the addition of this matrix and another.
 ComplexMatrix ComplexMatrix.directSum(ComplexMatrix m)
          Returns the direct sum of this matrix and another.
 ComplexMatrix ComplexTridiagonalMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexDiagonalMatrix.multiply(ComplexMatrix m)
          Returns the multiplication of this matrix and another.
 ComplexMatrix ComplexTridiagonalMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix and another.
 ComplexMatrix ComplexMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexSquareMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexDiagonalMatrix.subtract(ComplexMatrix m)
          Returns the subtraction of this matrix by another.
 ComplexMatrix ComplexMatrix.tensorProduct(ComplexMatrix m)
          Returns the tensor product of this matrix and another.
 

Uses of ComplexMatrix in JSci.maths.categories
 

Constructors in JSci.maths.categories with parameters of type ComplexMatrix
Hilb.LinearMap(ComplexMatrix m)
           
 

Uses of ComplexMatrix in JSci.physics.quantum
 

Subclasses of ComplexMatrix in JSci.physics.quantum
 class GammaMatrix
          The GammaMatrix class provides an object for encapsulating the gamma matrices.