cupyx.scipy.special.psi#

cupyx.scipy.special.psi = <ufunc 'cupyx_scipy_special_digamma'>#

The digamma function.

Parameters

x (cupy.ndarray) – The input of digamma function.

Returns

Computed value of digamma function.

Return type

cupy.ndarray