Function sundials_sys::IDAGetB[][src]

pub unsafe extern "C" fn IDAGetB(
    ida_mem: *mut c_void,
    which: c_int,
    tret: *mut realtype,
    yy: N_Vector,
    yp: N_Vector
) -> c_int