Skip to main content

cusparseDestroyDnVec

Function cusparseDestroyDnVec 

Source
pub unsafe extern "C" fn cusparseDestroyDnVec(
    dnVecDescr: cusparseConstDnVecDescr_t,
) -> cusparseStatus_t
Expand description

This function releases the host memory allocated for the dense vector descriptor dnVecDescr.

ยงParameters

  • dnVecDescr: Dense vector descriptor.