Function cholesky_in_place_req
pub fn cholesky_in_place_req<I, E>(
dim: usize,
parallelism: Parallelism<'_>,
params: BunchKaufmanParams,
) -> Result<StackReq, SizeOverflow>
Expand description
Computes the size and alignment of required workspace for performing a Cholesky decomposition with Bunch-Kaufman pivoting.