pub fn insert_rows_and_cols_clobber_req<E>(
    inserted_matrix_ncols: usize,
    parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of the required workspace for inserting the rows and columns at the index in the Cholesky factor..