Hello,
When i'm trying to run my Dynare code i get the following error:
Error using print_info at 36
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function
dgges: info=20, n=20
Error in check at 76
print_info(info, options.noprint);
Error in linear_u at 312
oo_.dr.eigval = check(M_,options_,oo_);
Error in ==> dynare at 235
evalin('base',fname) ;
What does it mean ? is it a colinearity problem or other else ? Can you help me please?