pub type PFN_cusparseDestroyDnMat = unsafe extern "C" fn(descr: cusparseDnMatDescr_t) -> cusparseStatus_t;Expand description
cuSPARSE: destroy a dense-matrix descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.
pub type PFN_cusparseDestroyDnMat = unsafe extern "C" fn(descr: cusparseDnMatDescr_t) -> cusparseStatus_t;cuSPARSE: destroy a dense-matrix descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.