Simultaneous Hessenberg Process
- Simultaneous Hessenberg Process is a Krylov method that constructs a single non-orthogonal basis to address multiple shifted systems through shift-invariance.
- It leverages a restarted shifted formulation and an extended block approach to handle both single and multiple right-hand sides efficiently.
- The method minimizes computational cost by reusing basis generation across shifts, while pivoting ensures numerical robustness.
The simultaneous Hessenberg process denotes a family of Hessenberg-type Krylov procedures in which a single non-orthogonal basis is constructed once and then reused across a coupled set of problems. In the restarted shifted formulation, the central task is the family of nonsymmetric systems
with a common right-hand side, where shift-invariance makes one Krylov basis sufficient for all shifts when the initial guesses are chosen consistently. In the extended block formulation, a single unit lower trapezoidal block basis simultaneously spans positive and negative powers of applied to a block , so that the same projected matrix can be reused for both and shifted systems with multiple right-hand sides. These two formulations give the term “simultaneous” two precise meanings: simultaneous treatment of many shifts, and simultaneous treatment of many right-hand sides together with both and actions (Gu et al., 2015, Bentbib et al., 2024).
1. Scope and historical placement
The modern simultaneous Hessenberg viewpoint lies at the intersection of generalized Hessenberg reduction, restarted shifted Krylov methods, and block or extended projection methods. The foundational source identified for the Hessenberg procedure is M. Heyouni’s 1996 thesis. The restarted shifted framework is explicitly connected with V. Simoncini’s restarted full orthogonalization method for shifted systems, while the CMRH line of work of H. Sadok and the later analysis by H. Sadok and D.B. Szyld provide further background. The stability discussion in the literature also invokes J.H. Wilkinson and Howell–Stephens.
In this literature, simultaneous treatment is not tied to orthonormal bases. On the contrary, the distinctive feature of the Hessenberg approach is that it replaces Arnoldi orthonormalization by a pivoted non-orthogonal construction. In the single-vector restarted setting, this yields a Krylov basis and an upper Hessenberg matrix . In the block-extended setting, it yields a unit lower trapezoidal block basis and a block upper Hessenberg projected matrix (Gu et al., 2015, Bentbib et al., 2024).
| Formulation | Shared basis object | Small projected problem |
|---|---|---|
| Restarted shifted Hessenberg | 0 for all 1 | 2 |
| Extended block Hessenberg | 3 for all shifts and block RHS | 4 or 5 |
A common misunderstanding is that simultaneous treatment requires building separate Krylov spaces for each shifted problem. The shifted Hessenberg framework uses the opposite fact: when the right-hand side is the same across shifts and initial guesses are chosen consistently, the Krylov subspaces generated by 6 and by 7 are identical.
2. Core Hessenberg relations and shift-invariance
The basic Hessenberg procedure builds a non-orthogonal Krylov basis with pivoting and produces the decomposition
8
This is the analogue of the Arnoldi relation, but it is associated with an oblique projection rather than an orthogonal one. The 9-th basis vector has its first 0 entries zero by construction, and pivoting is used to maintain numerical robustness (Gu et al., 2015).
For shifted problems, the same decomposition immediately yields
1
Because
2
for any 3, a single basis 4 generated from the seed system is sufficient for all shifts. For each 5, the projected Galerkin system is
6
with 7, and the approximation is updated by
8
The residual formula is the essential structural fact: 9 Hence every shifted residual is a scalar multiple of the same next basis vector 0. This makes the simultaneous process viable under restart, because the new cycle can be seeded from a common residual direction rather than from 1 unrelated residual vectors (Gu et al., 2015).
3. Restarted shifted Hessenberg method
The restarted shifted Hessenberg method is designed for practical settings in which the Krylov dimension must be capped by a restart length 2. A cycle begins from 3, typically 4, with 5. The Hessenberg process with pivoting is applied once to build 6 and 7. Then, for each unconverged shift, one solves the reduced system 8, updates 9, computes the scalar
0
and sets
1
Converged systems are removed, and the next cycle is started from the common direction 2, appropriately scaled (Gu et al., 2015).
The method’s main theorem states that after each cycle all residuals are collinear with 3 and therefore with each other. In the unshifted seed system, the Galerkin condition with oblique test space gives
4
For shifted systems the same argument yields the shifted residual formula above, so the restart preserves a single residual direction across all systems. The proof is constructive: inserting the Hessenberg relation into the residual expression eliminates the 5 contribution and leaves only the next-basis direction.
A polynomial interpretation clarifies restart propagation. Since 6, one has
7
for a monic polynomial 8 of degree 9. Under restart,
0
Because the basis for the 1-th cycle is generated from the seed residual 2, both the seed and shifted residuals at the end of the cycle remain in the same one-dimensional direction. This is the algebraic reason that simultaneous treatment survives restarting (Gu et al., 2015).
This residual-collinearity mechanism sharply distinguishes restarted shifted Hessenberg and restarted shifted FOM from restarted GMRES. GMRES loses collinearity after restart unless additional constraints are imposed, and those constraints compromise minimal residual properties for non-seed shifts and increase cost. FOM preserves collinearity, but its Arnoldi orthonormalization is more expensive per cycle.
4. Block and extended simultaneous Hessenberg constructions
The extended block Hessenberg process generalizes the simultaneous idea to a block 3, with 4, and to an extended Krylov space that contains both positive and negative powers of 5. The space used is
6
This is the sum of two block Krylov subspaces, one for 7 and one for 8. The basis is not orthonormal; instead, it is unit lower trapezoidal and is obtained by PLU factorizations with pivoting (Bentbib et al., 2024).
Initialization is already block-structured: 9 The second block is formed from 0 after removing coupling with the first block, followed by another PLU factorization. Thereafter, for each step 1, the process generates a pair of blocks: 2 from the positive direction 3, and 4 from the negative direction 5. Galerkin-like orthogonality is imposed not by Gram–Schmidt but against selector matrices 6 that correspond to pivot rows.
The resulting block decomposition can be written through the left-inverse
7
and the projected matrix
8
The simultaneous Hessenberg relation is then
9
A corresponding relation also holds for 0.
This construction supports two major tasks. For matrix functions, the approximation is
1
The approximation is exact for Laurent polynomials of positive degree 2 and negative degree 3, and for 4 with 5 dissipative the paper gives an a priori bound involving the residual block 6. For shifted systems with multiple right-hand sides, one seeks
7
with reduced problem
8
and residual
9
Thus one block basis and one projected matrix can be reused across many shifts 0 and all 1 right-hand sides simultaneously (Bentbib et al., 2024).
5. Arithmetic cost, storage, and numerical behavior
The principal advantage of the Hessenberg process over Arnoldi is lower orthogonalization cost. In the restarted shifted single-vector setting, the per-cycle basis-construction cost is
2
operations, compared with
3
for Arnoldi/FOM/GMRES. Storage is 4 for 5 plus 6 for 7. For 8 shifts, the projected stage requires 9 independent 0 solves; if factored independently, this is 1, which is cheap when 2 is moderate. Residual norms are available without forming full residual vectors: 3 and analogously for shifted systems (Gu et al., 2015).
In the extended block case, the paper enumerates block costs explicitly: 4 costs 5; applying 6 to a block via LU/backslash costs 7; LU factorization of an 8 matrix costs 9; computing each 00 via LU on 01 costs 02; and multiplying 03 costs 04. The resulting total flop estimate for EBHA is given explicitly in the paper, while storage is 05 for the 06 basis blocks together with the block upper Hessenberg matrix (Bentbib et al., 2024).
The price of these savings is non-orthogonality. The Hessenberg process with pivoting is not provably backward stable in finite precision, but the reported backward errors are usually small in practice, and pivoting is used specifically to mitigate near-breakdowns. If 07 before 08, the process terminates early and the current subspace may already deliver convergence. In the block-extended case, breakdown is described as “very rare” for small 09. Numerical safeguards mentioned in the literature include partial or mild reorthogonalization, re-normalization of 10, monitoring of the 11, and increased pivoting vigilance (Gu et al., 2015, Bentbib et al., 2024).
Preconditioning is delicate. In shifted systems, preserving shift-invariance requires a preconditioner 12 such that 13 across shifts. Polynomial preconditioners or nested Krylov strategies can be effective, but flexible preconditioning may destroy collinearity unless it is specially designed. In the extended block setting, repeated 14 applications are intrinsic; the paper uses LU/backslash and notes that factorizing 15 once and reusing sparse triangular solves is essential to efficiency.
6. Applications and empirical profile
The restarted shifted Hessenberg method was tested on UF sparse matrices with real negative shifts, on QCD Dirac operator discretizations with complex shifts, on a 16D heat equation matrix-exponential action computed through the rational approximation
17
and on fractional convection–diffusion–reaction problems using the Carathéodory–Fejér rational approximation for 18. In these experiments, 19Hessen20 consistently required similar or fewer matrix-vector products than 21FOM22 and notably less CPU time, while weighted 23FOM frequently failed to converge. In the heat-equation experiment, the setup used 24 complex shifts and 25. In the fractional problem, 26Hessen27 outperformed the competing methods, and several short-recurrence methods failed on some instances. Typical settings were 28, maximum MVP counts capped at values such as 29, and restart lengths 30–31 (Gu et al., 2015).
The extended block Hessenberg paper reports matrix-function experiments with 32 and 33 for
34
For 35 and 36, MF-EBH required less CPU time than MF-EBA while producing relative errors in the 37–38 range, depending on the function and 39. In a stiff tridiagonal example with 40, MF-EBH reached the target relative error 41 in fewer seconds than MF-EBA, although MF-EBA converged in slightly fewer iterations. For shifted systems with 42 shifts in 43 and 44, restarted-EBH required fewer seconds than restarted-EBA on PDE-like discretizations and the SuiteSparse matrices add32, epb1, and memplus, with comparable numbers of restarts and residuals near 45. Both iterative methods significantly outperformed direct Gaussian elimination over all shifts (Bentbib et al., 2024).
Taken together, these results identify the simultaneous Hessenberg process as a computational strategy rather than a single narrow algorithm. Its defining principle is the reuse of one Hessenberg-type basis across a structured family of problems. In the shifted single-vector case, the structure is residual collinearity across shifts and across restarts. In the extended block case, the structure is simultaneous representation of multiple right-hand sides together with positive and negative powers of 46. A plausible implication is that the method is most attractive when basis construction and orthogonalization dominate wall-clock time, when many shifts or right-hand sides are present, and when the reduced problems remain small enough that their independent solution is negligible relative to sparse matvecs or sparse triangular solves.