Uses of Package
Jampack

Packages that use Jampack
Jampack   
RdcPanda   
 

Classes in Jampack used by Jampack
JampackException
          This is the exception class for Jampack.
Rot
          Rot generates and manipulates plane rotations.
Z
          Z is a mutable complex variable class.
Z1
          Z1 implements a one-dimensional array of complex numbers as a two arrays of type double.
Zchol
          Zchol implements the Cholesky decomposition of a positive definite matrix.
Zdiagmat
          Zdiagmat is a storage efficient representation of a complex diagonal matrix.
Zhqrd
          Computes a Householder QR decomposition.Specifically, given a matrix A there are is a unitary matrix U such that
Zltmat
          Zltmat is a tag class of Zmat, which tells Jampack to expect a lower triangular matrix.
Zludpp
          Zludpp implements the LU decomposition with partial pivoting.
Zmat
          Zmat implements general complex matrix stored in a rectangular array class Z.
Zpsdmat
          Zpsdmat is a tag class of Zmat, which tells Jampack to expect a (Hermitian) positive semidefinite matrix.
Zutmat
          Zutmat is a tag class of Zmat, which tells Jampack to expect an upper triangular matrix.
 

Classes in Jampack used by RdcPanda
JampackException
          This is the exception class for Jampack.