While trying to solve a model I got this (new to me) error message with Dynare 4.0.3.
??? MJDGGES requires two square real matrices of the same dimension.
Error in ==> dr1 at 354
[ss,tt,w,sdim,dr.eigval,info1] = mjdgges(e,d,options_.qz_criterium);
Error in ==> resol at 101
[dr,info,M_,options_,oo_] = dr1(dr,check_flag,M_,options_,oo_);
Error in ==> stoch_simul at 40
[oo_.dr, info] = resol(oo_.steady_state,0);
Error in ==> FF_portfolio at 566
info = stoch_simul(var_list_);
Error in ==> dynare at 102
evalin('base',fname) ;
Solving the same model with a different code I got that the solution is unstable.
Is this a bug?
Best
Gianni