A B C D E F G H I J K L M N O P Q R S T U V X Z

Z

Z - Class in Jampack
Z is a mutable complex variable class.
Z() - Constructor for class Jampack.Z
Creates a Z and initializes it to zero.
Z(double, double) - Constructor for class Jampack.Z
Creates a Z and initializes its real and imaginary parts.
Z(double) - Constructor for class Jampack.Z
Creates a Z and initializes its real part.
Z(Z) - Constructor for class Jampack.Z
Creates a Z and initializes it to another Z.
Z1 - Class in Jampack
Z1 implements a one-dimensional array of complex numbers as a two arrays of type double.
Z1(int) - Constructor for class Jampack.Z1
Creates a Z1 initializes to zero.
Zchol - Class in Jampack
Zchol implements the Cholesky decomposition of a positive definite matrix.
Zchol(Zmat) - Constructor for class Jampack.Zchol
Constructs a Zchol from a Zmat A.
Zdiagmat - Class in Jampack
Zdiagmat is a storage efficient representation of a complex diagonal matrix.
Zdiagmat(int) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to zero.
Zdiagmat(int, Z) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to a constant.
Zdiagmat(Z1) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to a Z1.
Zdiagmat(Zmat, int) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to the diagonal of a Zmat.
Zdiagmat(Zmat) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to the principal diagonal of a Zmat.
Zdiagmat(Zdiagmat) - Constructor for class Jampack.Zdiagmat
Constructs a Zdiagmat and initializes it to another Zdiagmat.
ZERO - Static variable in class Jampack.Z
Complex 0.
Zhess - Class in Jampack
Zhess implements the unitary reduction to Hessenberg form by a unitary similarity transformation.
Zhess(Zmat) - Constructor for class Jampack.Zhess
Creates a Zhess from a square Zmat.
Zhqrd - Class in Jampack
Computes a Householder QR decomposition.Specifically, given a matrix A there are is a unitary matrix U such that
Zhqrd(Zmat) - Constructor for class Jampack.Zhqrd
Computes a Householder QR decomposition of a Zmat
zi - Variable in class Jampack.Rot
The imaginary part of the first component of the transformed vector
Zltmat - Class in Jampack
Zltmat is a tag class of Zmat, which tells Jampack to expect a lower triangular matrix.
Zltmat(double[][], double[][]) - Constructor for class Jampack.Zltmat
 
Zltmat(Z[][]) - Constructor for class Jampack.Zltmat
 
Zltmat(double[][]) - Constructor for class Jampack.Zltmat
 
Zltmat(Zmat) - Constructor for class Jampack.Zltmat
 
Zltmat(int, int) - Constructor for class Jampack.Zltmat
 
Zludpp - Class in Jampack
Zludpp implements the LU decomposition with partial pivoting.
Zludpp(Zmat) - Constructor for class Jampack.Zludpp
Computes the partially pivoted LU decompostion.
Zmat - Class in Jampack
Zmat implements general complex matrix stored in a rectangular array class Z.
Zmat(double[][], double[][]) - Constructor for class Jampack.Zmat
Creates a Zmat and initializes its real and imaginary parts to a pair of arrays.
Zmat(Z[][]) - Constructor for class Jampack.Zmat
Creates a Zmat and initializes it to an array of class Z.
Zmat(double[][]) - Constructor for class Jampack.Zmat
Creates a Zmat and initializes its real part to to an array of class double.
Zmat(Zmat) - Constructor for class Jampack.Zmat
Creates a Zmat and intitializes it to a Zmat.
Zmat(Z1) - Constructor for class Jampack.Zmat
Creates a Zmat and initialize it to a Z1.
Zmat(Zdiagmat) - Constructor for class Jampack.Zmat
Creates a Zmat and initialize it to a Zdiagmat.
Zmat(int, int) - Constructor for class Jampack.Zmat
Creates a Zmat and initializes it to zero.
Zpsdmat - Class in Jampack
Zpsdmat is a tag class of Zmat, which tells Jampack to expect a (Hermitian) positive semidefinite matrix.
Zpsdmat(double[][], double[][]) - Constructor for class Jampack.Zpsdmat
 
Zpsdmat(Z[][]) - Constructor for class Jampack.Zpsdmat
 
Zpsdmat(double[][]) - Constructor for class Jampack.Zpsdmat
 
Zpsdmat(Zmat) - Constructor for class Jampack.Zpsdmat
 
Zpsdmat(int, int) - Constructor for class Jampack.Zpsdmat
 
Zqrd - Class in Jampack
Implements a QR decomposition.
Zqrd(Zmat) - Constructor for class Jampack.Zqrd
Constructs a Zqrd from a Zmat.
zr - Variable in class Jampack.Rot
The real part of the first component of the transformed vector
Zspec - Class in Jampack
Zspec implements the spectral (eigenvalue-eigenvector) decomposition of a Hermitian matrix.
Zspec(Zmat) - Constructor for class Jampack.Zspec
Creates a Zspec from Zmat.
Zsvd - Class in Jampack
Zsvd implements the singular value decomposion of a Zmat.
Zsvd(Zmat) - Constructor for class Jampack.Zsvd
Computes the SVD of a Zmat XX.
ZtoEstring(Z, int, int) - Static method in class Jampack.Print
Converts a Z to w.d e format.
Zutmat - Class in Jampack
Zutmat is a tag class of Zmat, which tells Jampack to expect an upper triangular matrix.
Zutmat(double[][], double[][]) - Constructor for class Jampack.Zutmat
 
Zutmat(Z[][]) - Constructor for class Jampack.Zutmat
 
Zutmat(double[][]) - Constructor for class Jampack.Zutmat
 
Zutmat(Zmat) - Constructor for class Jampack.Zutmat
 
Zutmat(int, int) - Constructor for class Jampack.Zutmat
 

A B C D E F G H I J K L M N O P Q R S T U V X Z