Type Definition sundials_sys::CVLsPrecSolveFnBS[][src]

type CVLsPrecSolveFnBS = Option<unsafe extern "C" fn(t: realtype, y: N_Vector, yS: *mut N_Vector, yB: N_Vector, fyB: N_Vector, rB: N_Vector, zB: N_Vector, gammaB: realtype, deltaB: realtype, lrB: c_int, user_dataB: *mut c_void) -> c_int>;