cupyx.scipy.special.xlog1py#
- cupyx.scipy.special.xlog1py = <ufunc 'cupy_xlog1py'>#
Compute
x*log1p(y)so that the result is 0 ifx = 0.- Parameters:
x (cupy.ndarray) – input data
- Returns:
values of
x * log1p(y)- Return type:
See also
Site Navigation
Section Navigation
ndarray)
cupy.ufunc)cupy.fft)cupy.linalg)cupy.random)cupy.testing)cupyx.scipy.fft)cupyx.scipy.fftpack)
cupyx.scipy.interpolate)cupyx.scipy.linalg)cupyx.scipy.ndimage)cupyx.scipy.signal)cupyx.scipy.signal.windows)cupyx.scipy.sparse)cupyx.scipy.sparse.linalg)cupyx.scipy.sparse.csgraph)
cupyx.scipy.spatial)
cupyx.scipy.spatial.distance)cupyx.scipy.special)cupyx.scipy.stats)
Compute x*log1p(y) so that the result is 0 if x = 0.
x (cupy.ndarray) – input data
values of x * log1p(y)
See also