pub fn factorize_supernodal_numeric_lu_req<I, E>(
    symbolic: &SymbolicSupernodalLu<I>,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of the workspace required to perform a numeric LU factorization.