dynare/matlab/perfect-foresight-models
Sébastien Villemot 5b591fac42
New perfect_foresight_problem MEX file
It constructs the stacked residuals and jacobian of the perfect foresight
problem.

It is an almost perfect replacement for the perfect_foresight_problem.m
routine, while being much more efficient.

Note however that the DLL never return complex numbers (it instead puts NaNs at
the place where there would have been complex). This may create problems for
some MOD files; the algorithms will need to be adapted to use a more
line-search method.
2019-06-24 17:53:59 +02:00
..
private New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
det_cond_forecast.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
linear_approximation_accuracy.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
linear_perfect_foresight_problem.m Perfect foresight: remove unused nnzJ argument in several stacked problem functions 2019-05-13 18:33:26 +02:00
make_ex_.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
make_y_.m small fixes 2019-03-06 14:01:29 +01:00
perfect_foresight_mcp_problem.m Perfect foresight: remove unused nnzJ argument in several stacked problem functions 2019-05-13 18:33:26 +02:00
perfect_foresight_setup.m Bugfix: perfect_foresight_setup safety check does not correctly index M_.lead_lag_incidence 2019-06-18 17:01:06 +02:00
perfect_foresight_simulation.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
perfect_foresight_solver.m New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
perfect_foresight_solver_core.m New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
sim1.m New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
sim1_lbj.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
sim1_linear.m Ensure that all perfect foresight solvers work with periods=1. 2019-04-26 15:55:48 +02:00
sim1_purely_backward.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
sim1_purely_forward.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
solve_stacked_linear_problem.m Perfect foresight: remove unused nnzJ argument in several stacked problem functions 2019-05-13 18:33:26 +02:00
solve_stacked_problem.m New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00