[SciPy-Dev] Starting a scikit for NUFFT

Pauli Virtanen pav at iki.fi
Sat Feb 5 07:47:09 EST 2011


On Sat, 05 Feb 2011 12:46:03 +0100, David Kremer wrote:
> I would also like to know if you know a good way and a good example to
> link a C library to scipy.
> 
> I saw this library is very complete and well documented :
> http://www-user.tu-chemnitz.de/~potts/nfft/doc.php

Note that also that library is GPL-ed.

> So I could try to link it to scipy instead of the previous cited fortran
> library.

You can still use F2Py, provided the C functions provided by that library 
are callable from Fortran.

Or, you can use Cython. See http://www.cython.org/ for details.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list