Type Definition sundials_sys::IDALsJacFnB[][src]

type IDALsJacFnB = Option<unsafe extern "C" fn(tt: realtype, c_jB: realtype, yy: N_Vector, yp: N_Vector, yyB: N_Vector, ypB: N_Vector, rrB: N_Vector, JacB: SUNMatrix, user_dataB: *mut c_void, tmp1B: N_Vector, tmp2B: N_Vector, tmp3B: N_Vector) -> c_int>;