pub fn factorize_supernodal_symbolic_lu<I: Index>(
A: SymbolicSparseColMatRef<'_, I>,
col_perm: Option<PermRef<'_, I>>,
min_col: &[I],
etree: EliminationTreeRef<'_, I>,
col_counts: &[I],
stack: &mut MemStack,
params: SymbolicSupernodalParams<'_>,
) -> Result<SymbolicSupernodalLu<I>, FaerError>Expand description
computes the symbolic structure of the $LU$ factors of the matrix $A$