Function delete_rows_and_cols_clobber_req
pub fn delete_rows_and_cols_clobber_req<E>(
dim: usize,
number_of_rows_to_remove: usize,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>where
E: Entity,
Expand description
Computes the size and alignment of required workspace for deleting the rows and columns from a matrix, given its Cholesky decomposition.