Function factorize_simplicial_numeric_lu_req
pub fn factorize_simplicial_numeric_lu_req<I, E>(
nrows: usize,
ncols: usize,
) -> Result<StackReq, SizeOverflow>
Expand description
Computes the size and alignment of the workspace required to perform a numeric LU factorization.