pub fn hessenberg_in_place_scratch<T: ComplexField>(
dim: usize,
blocksize: usize,
par: Par,
params: Spec<HessenbergParams, T>,
) -> StackReqExpand description
computes the size and alignment of the workspace required to compute a matrix’s hessenberg decomposition