All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jampack.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 .


Constructor Index

 o Zutmat(double[][])
 o Zutmat(double[][], double[][])
 o Zutmat(int, int)
 o Zutmat(Z[][])
 o Zutmat(Zmat)

Constructors

 o Zutmat
 public Zutmat(double re[][],
               double im[][]) throws JampackException
 o Zutmat
 public Zutmat(Z A[][])
 o Zutmat
 public Zutmat(double A[][])
 o Zutmat
 public Zutmat(Zmat A)
 o Zutmat
 public Zutmat(int nrow,
               int ncol)

All Packages  Class Hierarchy  This Package  Previous  Next  Index