pub fn lu_in_place_req<I, E>(
    m: usize,
    n: usize,
    parallelism: Parallelism<'_>,
    params: FullPivLuComputeParams,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of required workspace for performing an LU decomposition with full pivoting.