pub fn cholesky_in_place_req<E>(
    dim: usize,
    parallelism: Parallelism<'_>,
    params: LltParams,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of required workspace for performing a Cholesky decomposition.