All Packages  Class Hierarchy  This Package  Previous  Next  Index

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


Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index