Archive for October, 2007

False Friends

Sunday, October 28th, 2007

[...] the fabric of the universe.
vs.
[...] die Fabrik des Universums.
Danke, liebe Simpsons-Übersetzer…

Calling Python functions from SWIG/C++

Friday, October 5th, 2007

To 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 the [...]