public class Zludpp extends Object
A = PLUZludpp represents P as a pivot array (see Pivot.java ), L as a Zltmat, and U as a Zutmat.
Modifier and Type | Field and Description |
---|---|
Zltmat |
L
The lower triangular matrix L
|
int |
ncl
The number of columns in L
|
int |
nrl
The number of rows in L
|
int[] |
pvt
The pivot array (see Pivot.java )
|
Zutmat |
U
The upper triangular matrix U
|
public int nrl
public int ncl
public int[] pvt
public Zltmat L
public Zutmat U
public Zludpp(Zmat A) throws JampackException
A
- A ZmatJampackException
- Passed from below.Jas4pp 1.5 © Java Analysis Studio for Particle Physics