Efficiency

Which alternative is computationally most efficient?
Fortran, but C/C++ is quite close -- no significant difference between all the C/C++ versions
Too bad: the (point-wise) callback to Python destroys the efficiency of the extension module!
Pure Python script w/NumPy is much more efficient...
Nevertheless: this is a pedagogical case teaching you how to migrate/interface numerical code

previousnexttable of contents