Function raw_cholesky_in_place_req
pub fn raw_cholesky_in_place_req<E>(
dim: usize,
parallelism: Parallelism<'_>,
params: LdltDiagParams,
) -> Result<StackReq, SizeOverflow>where
E: Entity,
Expand description
Computes the size and alignment of required workspace for performing a Cholesky decomposition.