Calling Python functions from SWIG/C++
Friday, October 5th, 2007To make it more easy to integrate my Sparse Grid framework into existing applications (like those almighty financial applications where one function evaluation takes a whole day to calculate) and of course for easier development/testing, I searched for a way to call python callables from my swig-wrapped c++ code. Lets first have a look in [...]




