pub fn invert_lower_in_place_req<E>(
    dimension: usize,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of required workspace for computing the lower triangular part of the inverse of a matrix, given its Cholesky decomposition.