Jampack
Class Zutmat
java.lang.Object
Jampack.Zmat
Jampack.Zutmat
public class Zutmat
- extends Zmat
Zutmat is a tag class of Zmat, which tells Jampack to expect an
upper triangular 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 |
Zutmat
public Zutmat(double[][] re,
double[][] im)
throws JampackException
- Throws:
JampackException
Zutmat
public Zutmat(Z[][] A)
Zutmat
public Zutmat(double[][] A)
Zutmat
public Zutmat(Zmat A)
Zutmat
public Zutmat(int nrow,
int ncol)