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