hessenberg_in_place_scratch

Function hessenberg_in_place_scratch 

Source
pub fn hessenberg_in_place_scratch<T: ComplexField>(
    dim: usize,
    blocksize: usize,
    par: Par,
    params: Spec<HessenbergParams, T>,
) -> StackReq
Expand description

computes the size and alignment of the workspace required to compute a matrix’s hessenberg decomposition