Jampack
Class 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 .
- Version:
- Pre-alpha
- Author:
- G. W. Stewart
Methods inherited from class Jampack.Zmat |
get, get, get, get, get, get0, getCHOL, getHQR, getIm, getLU, getProperties, getRe, getZ, put, put, put, put, put, put0 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Zpsdmat
public Zpsdmat(double[][] re,
double[][] im)
throws JampackException
- Throws:
JampackException
Zpsdmat
public Zpsdmat(Z[][] A)
Zpsdmat
public Zpsdmat(double[][] A)
Zpsdmat
public Zpsdmat(Zmat A)
Zpsdmat
public Zpsdmat(int nrow,
int ncol)