pub unsafe extern "C" fn cusolverDnIRSParamsDestroy(
params: cusolverDnIRSParams_t,
) -> cusolverStatus_tExpand description
This function destroys and releases any memory required by the Params structure.
§Parameters
params: ThecusolverDnIRSParams_t Paramsstructure.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_IRS_INFOS_NOT_DESTROYED: Not all theInfosstructure associated with thisParamsstructure have been destroyed yet.cusolverStatus_t::CUSOLVER_STATUS_IRS_PARAMS_NOT_INITIALIZED: TheParamsstructure was not created.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The resources were released successfully.