Type Definition sundials_sys::CVLsLinSysFnB[][src]

type CVLsLinSysFnB = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yB: N_Vector, fyB: N_Vector, AB: SUNMatrix, jokB: c_int, jcurB: *mut c_int, gammaB: realtype, user_dataB: *mut c_void, tmp1B: N_Vector, tmp2B: N_Vector, tmp3B: N_Vector) -> c_int>;