- Jul 06, 2018
-
-
Houtan Bastani authored
-
- Jul 05, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jul 04, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
- no longer use pointers - use pass-by-value when possible - use range-for loops when possible
-
Sébastien Villemot authored
Most cases can be handled in C++11 by std::stoi() and std::stod(). For the macroprocessor ArrayMV<T>::print() method, use template specialization (instead of a lexical_cast to detect between T=int and T=string).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The latter accepts a std::string as argument.
-
- Jun 27, 2018
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
- M and MEX files are now under +${MODELNAME}/ - bytecode and C source now under ${MODELNAME}/model/
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jun 15, 2018
-
-
Stéphane Adjemian authored
-
- Jun 14, 2018
-
-
Sébastien Villemot authored
Those were treated as comments. Incidentally, fix a similar issue in the Dynare parser (which is much less problematic, since double quotes are not used in the Dynare language). Closes DynareTeam/dynare#1621
-
Sébastien Villemot authored
-
- Jun 11, 2018
-
-
Houtan Bastani authored
-
- Jun 07, 2018
-
-
Houtan Bastani authored
transform_unary_ops now introduces aux variables/equations for all unary ops specified by UnaryOpNode::createAuxVarForUnaryOpNode() In the absence of this option, if a var_model statement(s) is present, then aux vars/eqs are created for the same types of unary operators but only for equations specified in the var_model statement In the absence of both this option and var_model statements, no unary op auxiliary variables are created diffs continue to be substituted everywhere; for the moment auxiliary variables are created for diffs of expressions. A forthcoming change will allow auxiliary variables created for diffs of expressions to be linked with their lagged expressions as is currently the case for diffs of variables
-
- Jun 06, 2018
-
-
Houtan Bastani authored
-
- Jun 05, 2018
-
-
Houtan Bastani authored
Only create auxiliary variables for diffs that appear in VAR equations or equations that have pac_expectations in them Otherwise, substitute the diff (i.e. `diff(x)` -> `x-x(-1)`)
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Otherwise boost::tuple overrides std::tuple.
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-