Skip to main content

PFN_cusparseDestroyDnMat

Type Alias PFN_cusparseDestroyDnMat 

Source
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.