Function sundials_sys::bandGBTRS[][src]

pub unsafe extern "C" fn bandGBTRS(
    a: *mut *mut realtype,
    n: sunindextype,
    smu: sunindextype,
    ml: sunindextype,
    p: *mut sunindextype,
    b: *mut realtype
)