pub unsafe extern "C" fn cusparseDestroyDnMat(
dnMatDescr: cusparseConstDnMatDescr_t,
) -> cusparseStatus_tExpand description
This function releases the host memory allocated for the dense matrix descriptor dnMatDescr.
ยงParameters
dnMatDescr: Dense matrix descriptor.