Uses of Class
JSci.maths.Matrix

Packages that use Matrix
JSci.maths   
JSci.physics.quantum   
 

Uses of Matrix in JSci.maths
 

Subclasses of Matrix in JSci.maths
 class ComplexDiagonalMatrix
          The ComplexDiagonalMatrix class provides an object for encapsulating diagonal matrices containing complex numbers.
 class ComplexMatrix
          The ComplexMatrix class provides an object for encapsulating 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 DoubleDiagonalMatrix
          The DoubleDiagonalMatrix class encapsulates diagonal matrices containing doubles.
 class DoubleMatrix
          The DoubleMatrix class provides an object for encapsulating double matrix algebras.
 class DoubleSparseMatrix
          The DoubleSparseMatrix class provides an object for encapsulating sparse matrices.
 class DoubleSparseSquareMatrix
          The DoubleSparseSquareMatrix class provides an object for encapsulating sparse square matrices.
 class DoubleSquareMatrix
          The DoubleSquareMatrix class provides an object for encapsulating square matrices containing doubles.
 class DoubleTridiagonalMatrix
          The DoubleTridiagonalMatrix class provides an object for encapsulating tridiagonal matrices containing doubles.
 class IntegerDiagonalMatrix
          The IntegerDiagonalMatrix class provides an object for encapsulating diagonal matrices containing integers.
 class IntegerMatrix
          The IntegerMatrix class provides an object for encapsulating matrices containing integers.
 class IntegerSquareMatrix
          The IntegerSquareMatrix class provides an object for encapsulating square matrices containing integers.
 class IntegerTridiagonalMatrix
          The IntegerTridiagonalMatrix class provides an object for encapsulating tridiagonal matrices containing integers.
 class RingMatrix
          The RingMatrix class provides an object for encapsulating matrices over an arbitrary ring.
 

Methods in JSci.maths that return Matrix
 Matrix DoubleSparseMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix ComplexMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix ComplexSquareMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix DoubleSquareMatrix.transpose()
          Returns the transpose of this matrix.
abstract  Matrix Matrix.transpose()
          Returns the transpose of this matrix.
 Matrix ComplexDiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix IntegerTridiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix RingMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix IntegerSquareMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix DoubleSparseSquareMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix ComplexTridiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix DoubleMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix DoubleDiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix IntegerDiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix DoubleTridiagonalMatrix.transpose()
          Returns the transpose of this matrix.
 Matrix IntegerMatrix.transpose()
          Returns the transpose of this matrix.
 

Uses of Matrix in JSci.physics.quantum
 

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