19 Apr
2013
19 Apr
'13
3:02 a.m.
On Fri, Apr 19, 2013 at 8:08 AM, Juan Nunez-Iglesias <jni.soma@gmail.com> wrote:
I want to write a function that can take an array of any dimension. From your response I'm guessing the best way is to write a wrapper in Python and write a Cython function that takes a 1D array and a shape tuple?
The example I gave does take an array of any dimension? Stéfan