[SciPy-user] Polynomial interpolation

Gabriel Gellner ggellner at uoguelph.ca
Sun Apr 20 21:27:20 EDT 2008


> Ah, good.
> 
> What's the story on including cython code in scipy? Is it an
> additional build dependency, and so to be avoided? Can it be used in a
> SWIG-like role to produce files that can be distributed and compiled
> with a C compiler? For any interpolation scheme, it's obviously
> essential that it be able to be evaluated rapidly...
> 
Yes as long as you provide the generated C wrappers the user can just compile
them without having cython on their computer. Check out setup.py example
included in numpy svn at:
http://svn.scipy.org/svn/numpy/trunk/numpy/doc/cython/

Gabriel



More information about the SciPy-User mailing list