Go to file
Sébastien Villemot bd2405e292 Fix crash when the model contains 1st or 2nd ext fcn deriv nodes.
In the case where the external function computes itself its derivatives, the
TEF terms were not always created before being used, hence leading to a
preprocessor crash. This problem could only happen with ramsey_policy, because
otherwise the model does not contain derivatives of external functions.
2014-03-13 12:27:13 +01:00
macro It's bison 2.5 that's actually required now. 2014-01-13 14:56:56 +01:00
CodeInterpreter.hh new nostrict command-line option does not exit when there are more endogenous than equations (closes #2) 2013-09-13 14:44:01 -04:00
ComputingTasks.cc finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
ComputingTasks.hh adding ramsey_model to ComputingTasks 2014-03-09 12:15:32 +01:00
ConfigFile.cc Fix copyright notices 2013-06-12 17:04:46 +02:00
ConfigFile.hh config file: support GlobalInitFile option 2012-06-06 16:18:09 +02:00
DataTree.cc Cosmetic renaming for consistency between DataTree method names. 2014-03-11 18:56:48 +01:00
DataTree.hh Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
DynamicModel.hh returning sparse matrix in compressed format 2014-02-24 13:33:48 +01:00
DynareBison.yy adding ramsey_model to Dynare grammar 2014-03-09 12:15:32 +01:00
DynareFlex.ll adding ramsey_model to Dynare grammar 2014-03-09 12:15:32 +01:00
DynareMain.cc Rename OutputType to FileOutputType (to distinguish it from ExprOutputType). 2014-02-25 16:45:55 +01:00
DynareMain2.cc Rename OutputType to FileOutputType (to distinguish it from ExprOutputType). 2014-02-25 16:45:55 +01:00
ExprNode.cc Fix crash when the model contains 1st or 2nd ext fcn deriv nodes. 2014-03-13 12:27:13 +01:00
ExprNode.hh Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
ExternalFunctionsTable.cc Updated copyright notices 2011-02-04 17:27:33 +01:00
ExternalFunctionsTable.hh Updated copyright notices 2011-02-04 17:27:33 +01:00
FileOutputType.hh Rename OutputType to FileOutputType (to distinguish it from ExprOutputType). 2014-02-25 16:45:55 +01:00
Makefile.am Rename OutputType to FileOutputType (to distinguish it from ExprOutputType). 2014-02-25 16:45:55 +01:00
MinimumFeedbackSet.cc Remove various compiler warnings 2012-06-08 19:06:03 +02:00
MinimumFeedbackSet.hh Preprocessor: no longer use boost::graph::GraphvizDigraph class, removed in Boost 1.44 (closes #155) 2010-12-13 14:23:04 +01:00
ModFile.cc finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
ModFile.hh finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
ModelTree.cc Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
ModelTree.hh write C++ version of model functions without temporary terms 2014-02-24 13:33:48 +01:00
NumericalConstants.cc Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalConstants.hh Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalInitialization.cc Revert "ms-dsge: remove unnecessary output" 2014-02-24 13:33:48 +01:00
NumericalInitialization.hh ms-dsge: add param initialization to C output 2014-02-24 12:41:02 +01:00
ParsingDriver.cc adding ramsey_model to ParsingDriver 2014-03-09 12:15:32 +01:00
ParsingDriver.hh adding ramsey_model to ParsingDriver 2014-03-09 12:15:32 +01:00
Shocks.cc Implement syntaxes for moment_calibration and irf_calibration. 2014-02-10 19:23:06 +01:00
Shocks.hh Implement syntaxes for moment_calibration and irf_calibration. 2014-02-10 19:23:06 +01:00
SigmaeInitialization.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
SigmaeInitialization.hh preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
Statement.cc finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
Statement.hh finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
StaticModel.cc Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
StaticModel.hh adding 3rd order derivatives to Static Model for evaluation of Ramsey 2013-12-11 19:24:29 +01:00
SteadyStateModel.cc finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
SteadyStateModel.hh finishing ramsey_model implementation 2014-03-09 12:15:32 +01:00
SymbolList.cc replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
SymbolList.hh ms-dsge: create C driver file without statements 2014-02-24 12:41:02 +01:00
SymbolTable.cc preprocessor: include avDiffForward in switch statement to supress clang warning 2014-02-25 11:32:01 +01:00
SymbolTable.hh Add a warning if some endogenous is not present in steady_state_model block. 2014-02-24 17:27:35 +01:00
WarningConsolidation.cc preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
WarningConsolidation.hh preprocessor: eliminate clang warning about using namespace std 2013-11-21 14:47:44 +01:00