pub fn factorize_supernodal_symbolic_lu_scratch<I: Index>(
nrows: usize,
ncols: usize,
) -> StackReqExpand description
computes the size and alignment of the workspace required to compute the symbolic
$LU$ factorization of a square matrix with size n.