pub fn invert_in_place_req<I, E>(
    nrows: usize,
    ncols: usize,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of required workspace for computing the inverse of a matrix in place, given its full pivoting LU decomposition.