pub unsafe extern "C" fn cusparseDestroySpMat(
spMatDescr: cusparseConstSpMatDescr_t,
) -> cusparseStatus_tExpand description
This function releases the host memory allocated for the sparse matrix descriptor spMatDescr.
ยงParameters
spMatDescr: Sparse matrix descriptor.