Function sundials_sys::denseMatvec

source ·
pub unsafe extern "C" fn denseMatvec(
    a: *mut *mut realtype,
    x: *mut realtype,
    y: *mut realtype,
    m: sunindextype,
    n: sunindextype
)