All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jampack.Zpsdmat

java.lang.Object
   |
   +----Jampack.Zmat
           |
           +----Jampack.Zpsdmat

public class Zpsdmat
extends Zmat
Zpsdmat is a tag class of Zmat, which tells Jampack to expect a (Hermitian) positive semidefinite matrix. The user is entirely responsible for the matrix having the proper form, and Jampack programs do no checking. For the constructors, see the corresponding constructors for Zmat .


Constructor Index

 o Zpsdmat(double[][])
 o Zpsdmat(double[][], double[][])
 o Zpsdmat(int, int)
 o Zpsdmat(Z[][])
 o Zpsdmat(Zmat)

Constructors

 o Zpsdmat
 public Zpsdmat(double re[][],
                double im[][]) throws JampackException
 o Zpsdmat
 public Zpsdmat(Z A[][])
 o Zpsdmat
 public Zpsdmat(double A[][])
 o Zpsdmat
 public Zpsdmat(Zmat A)
 o Zpsdmat
 public Zpsdmat(int nrow,
                int ncol)

All Packages  Class Hierarchy  This Package  Previous  Next  Index