Aug. 13, 2007
12:33 p.m.
On 8/13/07, David Cournapeau <david@ar.media.kyoto-u.ac.jp> wrote:
I wanted to now if the possibility to use C++ code in scipy was discussed before ? The only C++ code lying around are for optional packages. Several people have expressed the wish to use C++, and I would like to know if there is any official policy regarding its usage.
FWIW scipy.sparse.sparsetools uses C++: http://projects.scipy.org/scipy/scipy/browser/trunk/Lib/sparse/sparsetools In order to template the numpy complex types, I subclassed them and wrote the necessary operators: http://projects.scipy.org/scipy/scipy/browser/trunk/Lib/sparse/sparsetools/c... -- Nathan Bell wnbell@gmail.com