- consider a non sparse matrix for the Jacobian for compatibility reasons with dynare_solve

time-shift
Ferhat Mihoubi 2010-12-31 15:53:28 +01:00
parent dfab8d0e6b
commit 7209f3638a
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ y_all(indx) = y;
x = [oo_.exo_steady_state; oo_.exo_det_steady_state];
eval(['[r,g1] = ' M_.fname '_static(b, y_all, x, M_.params);']);
g1 = full(g1);