Function reconstruct_lower_in_place_req
pub fn reconstruct_lower_in_place_req<E>(
dimension: usize,
) -> Result<StackReq, SizeOverflow>where
E: Entity,
Expand description
Computes the size and alignment of required workspace for reconstructing the lower triangular part of the a matrix in place, given its Cholesky decomposition.