Jampack
Class Zltmat

java.lang.Object
  extended by Jampack.Zmat
      extended by 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

Field Summary
 
Fields inherited from class Jampack.Zmat
bx, cx, nc, nr, rx
 
Constructor Summary
Zltmat(double[][] A)
           
Zltmat(double[][] re, double[][] im)
           
Zltmat(int nrow, int ncol)
           
Zltmat(Z[][] A)
           
Zltmat(Zmat A)
           
 
Method Summary
 
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
 

Constructor Detail

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)