Function sundials_sys::SUNLinSol_KLUReInit

source ·
pub unsafe extern "C" fn SUNLinSol_KLUReInit(
    S: SUNLinearSolver,
    A: SUNMatrix,
    nnz: sunindextype,
    reinit_type: c_int
) -> c_int