pub fn factorize_simplicial_numeric_lu<I: Index, T: ComplexField>(
row_perm: &mut [I],
row_perm_inv: &mut [I],
lu: &mut SimplicialLu<I, T>,
A: SparseColMatRef<'_, I, T>,
col_perm: PermRef<'_, I>,
stack: &mut MemStack,
) -> Result<(), LuError>Expand description
computes the numeric values of the $LU$ factors of the matrix $A$ as well as the row
pivoting permutation, and stores them in lu and row_perm/row_perm_inv