Re: [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension

2018-08-11 Thread Foad Sojoodi Farimani
Hi Hameer, Thanks for the reply. I have indeed seen scipy.ndimage.convolve and have mentioned it in the OP . but some questions: 1. although there is nothing about th

Re: [Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension

2018-08-10 Thread einstein . edison
> On 11. Aug 2018, at 00:24, Foad Sojoodi Farimani > 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 serie

[Numpy-discussion] Convolution of NumPy arrays of arbitrary dimension

2018-08-10 Thread Foad Sojoodi Farimani
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 m