We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
pyeconomics.interpolate
$ f2py -m interpolate LinInterpModule.f90 PolyInterpModule.f90 -c