Skip to main content

cusparseDestroyDnMat

Function cusparseDestroyDnMat 

Source
pub unsafe extern "C" fn cusparseDestroyDnMat(
    dnMatDescr: cusparseConstDnMatDescr_t,
) -> cusparseStatus_t
Expand description

This function releases the host memory allocated for the dense matrix descriptor dnMatDescr.

ยงParameters

  • dnMatDescr: Dense matrix descriptor.