Function sundials_sys::klu_rgrowth

source ·
pub unsafe extern "C" fn klu_rgrowth(
    Ap: *mut c_int,
    Ai: *mut c_int,
    Ax: *mut f64,
    Symbolic: *mut klu_symbolic,
    Numeric: *mut klu_numeric,
    Common: *mut klu_common
) -> c_int