public class Schur extends Object
T = U^H AUis upper triangular. Schur represents T as a Zutmat and U as a Zmat.
Modifier and Type | Field and Description |
---|---|
static int |
MAXITER
Limits the number of interations in the QR algorithm
|
Zutmat |
T
The upper triangular matrix.
|
Zmat |
U
The unitary matrix.
|
public Zutmat T
public Zmat U
public static int MAXITER
public Schur(Zmat A) throws JampackException
A
- The Zmat whose Schur decomposition is to be computedJampackException
- Thrown for nonsquare matrix.Jas4pp 1.5 © Java Analysis Studio for Particle Physics