Function sundials_sys::SUNDlsMat_bandCopy

source ·
pub unsafe extern "C" fn SUNDlsMat_bandCopy(
    a: *mut *mut sunrealtype,
    b: *mut *mut sunrealtype,
    n: sunindextype,
    a_smu: sunindextype,
    b_smu: sunindextype,
    copymu: sunindextype,
    copyml: sunindextype
)