Function sundials_sys::IDAComputeYSens[][src]

pub unsafe extern "C" fn IDAComputeYSens(
    ida_mem: *mut c_void,
    ycor: *mut N_Vector,
    yyS: *mut N_Vector
) -> c_int