Skip to main content

cusparseDestroyMatDescr

Function cusparseDestroyMatDescr 

Source
pub unsafe extern "C" fn cusparseDestroyMatDescr(
    descrA: cusparseMatDescr_t,
) -> cusparseStatus_t
Expand description

This function releases the memory allocated for the matrix descriptor.

ยงParameters

  • descrA: the matrix descriptor.