.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.rst
requirements.txt
setup.py
.github/workflows/continuous-integration.yml
docs/Makefile
docs/boehl_hommes.rst
docs/conf.py
docs/index.rst
docs/lin_and_nlin.png
docs/make.bat
docs/method.ipynb
docs/modules.rst
docs/p_and_n.png
docs/quickstart.rst
docs/readme.rst
docs/requirements.txt
docs/the_yaml.rst
docs/tutorial.ipynb
docs/_static/css/custom.css
econpizza/__init__.py
econpizza/parsing.py
econpizza/test_all.py
econpizza/tools.py
econpizza.egg-info/PKG-INFO
econpizza.egg-info/SOURCES.txt
econpizza.egg-info/dependency_links.txt
econpizza.egg-info/requires.txt
econpizza.egg-info/top_level.txt
econpizza/examples/__init__.py
econpizza/examples/bh.yml
econpizza/examples/dsge.yml
econpizza/examples/dsge_dnwr.yml
econpizza/examples/ghls.yml
econpizza/examples/ghls_plt.yml
econpizza/examples/hank2.yml
econpizza/examples/hank2_functions.py
econpizza/examples/hank2_no_capital.yml
econpizza/examples/hank_functions.py
econpizza/examples/hank_labor.yml
econpizza/examples/hank_labor_functions.py
econpizza/examples/hank_with_comments.yml
econpizza/examples/nk.yml
econpizza/examples/tank.yml
econpizza/parser/build_functions.py
econpizza/parser/checks.py
econpizza/parser/compile_functions.py
econpizza/parser/het_agent_funcs.py
econpizza/solvers/shooting.py
econpizza/solvers/solve_linear.py
econpizza/solvers/solve_linear_state_space.py
econpizza/solvers/stacking.py
econpizza/solvers/steady_state.py
econpizza/test_storage/bh.npy
econpizza/test_storage/hank.npy
econpizza/test_storage/hank2.npy
econpizza/test_storage/hank_dist.npy
econpizza/test_storage/hank_labor.npy
econpizza/test_storage/hank_lin.npy
econpizza/test_storage/hank_solid.npy
econpizza/test_storage/nk.npy
econpizza/test_storage/stacked.npy
econpizza/utilities/dists.py
econpizza/utilities/grids.py
econpizza/utilities/interp.py
econpizza/utilities/jacobian.py
econpizza/utilities/newton.py