This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.fftpack.convolve.convolve
-
scipy.fftpack.convolve.convolve = <fortran object>
- convolve - Function signature:
- y = convolve(x,omega,[swap_real_imag,overwrite_x])
- Required arguments:
- x : input rank-1 array(‘d’) with bounds (n)
omega : input rank-1 array(‘d’) with bounds (n)
- Optional arguments:
- overwrite_x := 0 input int
swap_real_imag := 0 input int
- Return objects:
- y : rank-1 array(‘d’) with bounds (n) and x storage