pub fn factorize_supernodal_symbolic_lu_req<I>(
    nrows: usize,
    ncols: usize,
) -> Result<StackReq, SizeOverflow>
where I: Index,
Expand description

Computes the size and alignment of the workspace required to compute the symbolic LU factorization of a square matrix with size n.