Function sundials_sys::N_VDotProdMulti

source ·
pub unsafe extern "C" fn N_VDotProdMulti(
    nvec: c_int,
    x: N_Vector,
    Y: *mut N_Vector,
    dotprods: *mut sunrealtype
) -> SUNErrCode