Expand description
hessenberg decomposition
Structs§
- Hessenberg
Params - 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