[SciPy-user] PyGSL with numpy?

Cohen-Tanugi Johann cohen at lpta.in2p3.fr
Mon Nov 17 17:11:51 EST 2008


hi,
another option that comes immediately to mind is to use SWIG to expose 
your C++ code to python. That is what we are doing routinely in my work.

HTH,
Johann



Russell E. Owen wrote:
> I'm part of a project that is doing scientific computing with a mix of 
> C++ and python (all the heavy lifting being done in C++ for speed). We 
> need a scientific library that can be used in C++ (which puts out scipy) 
> and preferably can also be used in python. We're considering GSL, which 
> has a python wrapper (PyGSL), the latter of which apparently works with 
> numpy.
>
> Has anyone tried this? How is the integration? Are there other solutions 
> we should be considering?
>
> Regards,
>
> -- Russell
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   



More information about the SciPy-User mailing list