Hi, I have a large 2D numpy array as input and a 1D array as output. In between, I would like to use C code. C is requirement because it has to be fast and because the algorithm cannot be written in a numpy oriented way :( (no way...really).
Which tool should I use to achieve that? waeve.inline? pyrex? What is the baseline? I don't know the size of the 1D array before the end of the computation (if it is relevant in the numpy/C interaction). Xavier _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
