[][src]Function sundials_sys::KINSol

pub unsafe extern "C" fn KINSol(
    kinmem: *mut c_void,
    uu: N_Vector,
    strategy: c_int,
    u_scale: N_Vector,
    f_scale: N_Vector
) -> c_int