public class Schur extends Object
T = U^H AU
is 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.Copyright © 2015. All rights reserved.