pub fn reconstruct_in_place_req<I, E>(
    qr_nrows: usize,
    qr_ncols: usize,
    blocksize: usize,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of required workspace for reconstructing a matrix in place, given its QR decomposition with column pivoting.