pub unsafe extern "C" fn cusparseSpVecGetValues(
spVecDescr: cusparseSpVecDescr_t,
values: *mut *mut c_void,
) -> cusparseStatus_tExpand description
This function returns the values field of the sparse vector descriptor spVecDescr.
ยงParameters
spVecDescr: Sparse vector descriptor.values: Values of the sparse vector. Array withnnzelements.