Module hessenberg

Module hessenberg 

Source
Expand description

hessenberg decomposition

Structs§

HessenbergParams
hessenberg factorization tuning parameters

Functions§

hessenberg_in_place
computes a matrix $A$’s hessenberg decomposition such that $A = Q H Q^H$
hessenberg_in_place_scratch
computes the size and alignment of the workspace required to compute a matrix’s hessenberg decomposition