This is documentation for an old release of SciPy (version 0.7.). Read this page in the documentation of the latest stable release (version 1.15.1).
Multi-dimensional convolution.
The array is convolved with the given kernel.
Parameters: | input : array-like
weights : ndarray
output : array, optional
mode : {‘reflect’,’constant’,’nearest’,’mirror’, ‘wrap’}, optional
cval : scalar, optional
origin : scalar, optional The ``origin`` parameter controls the placement of the filter. Default 0 : |
---|