Using f2Py - davidrpugh/pyeconomics GitHub Wiki

Start by reading through Peterson (2009).

The following Pyeconomics modules were built using f2Py:

  • pyeconomics.interpolate: Currently supports multi-dimensional linear and polynomial interpolation. This module was built using f2Py as follows:

    $ f2py -m interpolate LinInterpModule.f90 PolyInterpModule.f90 -c