From de0e571e324e4f11187b79c91b0fe0cc03b27402 Mon Sep 17 00:00:00 2001 From: endolith Date: Sun, 24 Nov 2013 11:21:02 -0500 Subject: DOC: Link convolve with polymul Matlab uses `conv` for both convolution and polynomial multiplication. Clarifying that numpy has functions for each. --- numpy/core/numeric.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index ab8a17e34..778eed8c3 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -941,6 +941,8 @@ def convolve(a,v,mode='full'): scipy.signal.fftconvolve : Convolve two arrays using the Fast Fourier Transform. scipy.linalg.toeplitz : Used to construct the convolution operator. + polymul : Polynomial multiplication. Same output as convolve, but also + accepts poly1d objects as input. Notes ----- -- cgit v1.2.1