dynare/parser.src
sebastien 73d3e17540 v4 parser:
* added an embryonic checking pass after parsing
* modified the decision of which derivatives to compute:
  - if a simul statement is present, compute the jacobian vs endogenous variables only, and no hessian
  - if a stoch_simul/estimation/olr/osr statement is present, compute the jacobian vs all variables, plus the hessian
  - if the two previous conditions are simultaneously fulfilled, abort with an error
  - if none of these two conditions are fulfilled, abort with an error (nothing to compute)
* fixed a minor bug with the size of the jacobian matrix when computing it only vs endogenous variables


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1120 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-12-15 11:44:58 +00:00
..
Debug correcting error in import of dyanre_v4 and cleaning-up 2005-02-18 20:06:15 +00:00
include v4 parser: 2006-12-15 11:44:58 +00:00
tests dynare_v4 from CVS 2005-02-18 19:54:39 +00:00
ComputingTasks.cc v4 parser: 2006-12-15 11:44:58 +00:00
DataTree.cc v4 parser VariableTable: 2006-12-14 22:19:39 +00:00
Doxyfile v4 parser: fixed minor doxygen issues 2006-11-15 12:05:16 +00:00
DynareBison.yy v4 parser: 2006-12-12 11:54:30 +00:00
DynareFlex.ll v4 parser: 2006-12-12 11:54:30 +00:00
DynareMain.cc v4 parser: 2006-12-15 11:44:58 +00:00
Expression.cc v4 parser: created ModFile class, which is the abstract representation of a mod file; removed all static variables 2006-11-28 11:56:02 +00:00
InterfaceMatlab.cc v4 parser: reindentation of all C++ code, and conversion to UNIX newline convention 2006-11-04 23:31:17 +00:00
InterfaceScilab.cc v4 parser: reindentation of all C++ code, and conversion to UNIX newline convention 2006-11-04 23:31:17 +00:00
Makefile v4 parser: 2006-12-12 11:54:30 +00:00
ModFile.cc v4 parser: 2006-12-15 11:44:58 +00:00
ModelParameters.cc v4 parser: created ModFile class, which is the abstract representation of a mod file; removed all static variables 2006-11-28 11:56:02 +00:00
ModelTree.cc v4 parser: 2006-12-15 11:44:58 +00:00
NumericalConstants.cc v4 parser: created ModFile class, which is the abstract representation of a mod file; removed all static variables 2006-11-28 11:56:02 +00:00
NumericalInitialization.cc v4 parser: 2006-12-12 11:54:30 +00:00
OperatorTable.cc v4 parser: removed ylmm, replaced by Bison C++ support 2006-11-17 17:48:11 +00:00
ParsingDriver.cc v4 parser: 2006-12-15 11:44:58 +00:00
Shocks.cc v4 parser: 2006-12-12 11:54:30 +00:00
SigmaeInitialization.cc v4 parser: 2006-12-12 11:54:30 +00:00
Statement.cc v4 parser: 2006-12-15 11:44:58 +00:00
SymbolTable.cc v4 parser: 2006-12-12 11:54:30 +00:00
TmpSymbolTable.cc v4 parser: 2006-12-12 11:54:30 +00:00
VariableTable.cc v4 parser VariableTable: 2006-12-14 22:19:39 +00:00