pub unsafe extern "C" fn cusparseDestroySpVec(
spVecDescr: cusparseConstSpVecDescr_t,
) -> cusparseStatus_tExpand description
This function releases the host memory allocated for the sparse vector descriptor spVecDescr.
ยงParameters
spVecDescr: Sparse vector descriptor.