pub fn factorize_supernodal_numeric_lu<I: Index, T: ComplexField>(
row_perm: &mut [I],
row_perm_inv: &mut [I],
lu: &mut SupernodalLu<I, T>,
A: SparseColMatRef<'_, I, T>,
AT: SparseColMatRef<'_, I, T>,
col_perm: PermRef<'_, I>,
symbolic: &SymbolicSupernodalLu<I>,
par: Par,
stack: &mut MemStack,
params: Spec<PartialPivLuParams, T>,
) -> 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