[Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension (original) (raw)
einstein.edison at gmail.com einstein.edison at gmail.com
Sat Aug 11 01:38:38 EDT 2018
- Previous message (by thread): [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension
- Next message (by thread): [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11. Aug 2018, at 00:24, Foad Sojoodi Farimani <f.s.farimani at gmail.com> wrote:
Hello everyone, My first email here, so sorry in advance if I'm violating any rules. I'm trying to implement the convolution of NumPy arrays of arbitrary dimension in order to get Cauchy product of multivariate power series. However I have some issues. I was wondering maybe you can help and this might also be of your interest. I have explained everything here in this StackOverflow post: http://bit.ly/2MhJCex I would appreciate if you could help me figure this out. Thanks in advance. Best, Foad
NumPy-Discussion mailing list NumPy-Discussion at python.org https://mail.python.org/mailman/listinfo/numpy-discussion
Hi Foad, you can use scipy.signal.convolve. It works on N-D arrays.
Best Regards Hameer Abbasi Sent from my iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180811/fda2b06f/attachment-0001.html>
- Previous message (by thread): [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension
- Next message (by thread): [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]