pub type PFN_cusparseScatter = unsafe extern "C" fn(handle: cusparseHandle_t, vec_x: cusparseDnVecDescr_t, vec_y: cusparseDnVecDescr_t) -> cusparseStatus_t;Expand description
cuSPARSE: scatter sparse vector entries into a dense vector. See https://docs.nvidia.com/cuda/cusparse/index.html.