pub unsafe extern "C" fn cusolverDnDestroyParams(
params: cusolverDnParams_t,
) -> cusolverStatus_tExpand description
This function destroys and releases any memory required by the structure.
§Parameters
params: The structure of64-bit API.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The resources were released successfully.