> On 11. Aug 2018, at 00:24, Foad Sojoodi Farimani <f.s.farim...@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@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to