HELP WITH Schur (QZ) ERROR
Posted: Mon Mar 25, 2013 11:04 am
Please help me. My code has problem. It says:
Here is my file
- Code: Select all
Error using print_info (line 36)
The generalized Schur (QZ) decomposition failed. For more
information, see the documentation for Lapack function dgges:
info=43, n=41
Error in check (line 76)
print_info(info, options.noprint);
Error in chay1 (line 517)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 120)
evalin('base',fname) ;
Here is my file