Skip to content
David R. Pugh edited this page Jun 18, 2013 · 9 revisions

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