Function sundials_sys::denseCopy

source ·
pub unsafe extern "C" fn denseCopy(
    a: *mut *mut realtype,
    b: *mut *mut realtype,
    m: sunindextype,
    n: sunindextype
)