pub unsafe extern "C" fn cusparseDestroyDnVec(
dnVecDescr: cusparseConstDnVecDescr_t,
) -> cusparseStatus_tExpand description
This function releases the host memory allocated for the dense vector descriptor dnVecDescr.
ยงParameters
dnVecDescr: Dense vector descriptor.