Function sundials_sys::SUNDlsMat_bandMatvec

source ·
pub unsafe extern "C" fn SUNDlsMat_bandMatvec(
    a: *mut *mut sunrealtype,
    x: *mut sunrealtype,
    y: *mut sunrealtype,
    n: sunindextype,
    mu: sunindextype,
    ml: sunindextype,
    smu: sunindextype
)