Jampack
Class Zutmat

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

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

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)