public static class Hessenberg.Deflation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
isQuasiTriangular
true if the matrix is a quasi-triangular matrix |
int |
lr
H33 an upper quasi-triangular in Algorithm 7.5.2 has dimension \((n-l_r) \times (n-l_r)\). |
int |
ul
H22 an unreduced Hessenberg in Algorithm 7.5.2 has the dimension \((l_r-r_l+1) \times (l_r-u_l+1)\). |
public final int ul
H22 an unreduced Hessenberg in Algorithm 7.5.2 has the dimension \((l_r-r_l+1) \times (l_r-u_l+1)\).
We try to minimize \(u_l\) (hence maximize the H22 dimension).public final int lr
H33 an upper quasi-triangular in Algorithm 7.5.2 has dimension \((n-l_r) \times (n-l_r)\).
We try to minimize \(l_r\) (hence maximize the H33 dimension).public final boolean isQuasiTriangular
true if the matrix is a quasi-triangular matrix