pub unsafe extern "C" fn cusolverDnDestroySyevjInfo(
info: syevjInfo_t,
) -> cusolverStatus_tExpand description
This function destroys and releases any memory required by the structure.
§Parameters
info: The structure ofsyevj.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The resources were released successfully.