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