pub fn factorize_symbolic_lu<I: Index>(
A: SymbolicSparseColMatRef<'_, I>,
params: LuSymbolicParams<'_>,
) -> Result<SymbolicLu<I>, FaerError>Expand description
computes the symbolic $LU$ factorization of the matrix $A$, or returns an error if the operation could not be completed