- 14 Apr, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2594 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* created a distinct expression tree for the static model (thus giving better sharing of sub-expressions and better computation of temporary terms for the static model) * for that purpose, created StaticModel and DynamicModel classes (ModelTree still persists, but only contains code shared between StaticModel and DynamicModel) * removed sparse static file (to be later replaced by new algorithm for steady state computation on large models) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2592 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 10 Apr, 2009 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2588 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Apr, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2572 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 13 Mar, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2460 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2458 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Feb, 2009 1 commit
-
-
sebastien authored
* reorganized symbol table so that internally symbols have a unique integer ID (as a result, sparse code is temporarily in a broken state) * rewritten from scratch ModFile::evalAllExpressions() * {load,save}_params_and_steady_state moved to NumericalInitialization.{cc,hh} * fixed bug related to endval block git-svn-id: https://www.dynare.org/svn/dynare/trunk@2441 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 23 Jan, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2372 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jan, 2009 1 commit
-
-
sebastien authored
* updated copyright headers of all files modified since January 1st: the copyright notice now encompasses 2009 * fixed various other copyright header issues git-svn-id: https://www.dynare.org/svn/dynare/trunk@2364 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 20 Jan, 2009 1 commit
-
-
ferhat authored
- SymbolGaussElim.cc is discarded from the preprocessor (all simulations are now implemented in simulate) - Correction in model_info.m git-svn-id: https://www.dynare.org/svn/dynare/trunk@2358 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Jan, 2009 1 commit
-
-
ferhat authored
- temporary terms computed just before the equation where they appeared => important for "evaluated blocks" where temporary terms depend on endogenous computed in the block git-svn-id: https://www.dynare.org/svn/dynare/trunk@2351 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 31 Dec, 2008 1 commit
-
-
ferhat authored
-> MatlabFile.cc and MatlabFile.hh are added to dynare in order to read the Mat-File git-svn-id: https://www.dynare.org/svn/dynare/trunk@2349 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Dec, 2008 1 commit
-
-
ferhat authored
- simplifications of model blocks management in Modeltree - corrections of the temporary variables management with sparse option git-svn-id: https://www.dynare.org/svn/dynare/trunk@2341 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Dec, 2008 2 commits
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2333 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
- Pound expressions accepted with sparse option git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2329 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Dec, 2008 1 commit
-
-
ferhat authored
- correction of bugs in resid.m git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2280 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Nov, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2270 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Nov, 2008 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2266 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Nov, 2008 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2258 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Nov, 2008 2 commits
-
-
ferhat authored
- List of incidence matrix handled with a map instead of a chained list git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2257 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
- lead and lag on exogenous variables - corrections in dr1_sparse and dr11_sparse - minor corrections in simulate git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2255 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Oct, 2008 2 commits
-
-
sebastien authored
* replaced all occurrences of "exit(-1)" by "exit(EXIT_FAILURE)" * return EXIT_SUCCESS at the end of main() git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2229 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
trunk preprocessor: added option "notmpterms" to dynare command, for disabling temporary terms in static and dynamic files git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2226 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Oct, 2008 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2196 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Oct, 2008 2 commits
-
-
sebastien authored
* fixed compilation problem related to temporary integer * removed unused variable git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2179 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
- Adding dyn2vec at the end of a deterministic simulation with sparse or sparse_dll option git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2178 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 17 Oct, 2008 3 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2177 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2174 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2167 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Aug, 2008 1 commit
-
-
ferhat authored
- Bug in check.m with model without sparse options - Display in simulate.dll - "Model_InfoStatement" renamed "Model_InfoStatement" in ComputingTasks git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2010 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Aug, 2008 1 commit
-
-
ferhat authored
- implementation of model_info command git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2007 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 25 Aug, 2008 1 commit
-
-
ferhat authored
- Check allowed with sparse option - New command "MODEL_INFO" providing informations about the block structure of the model - Memory leak corrections git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1993 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Aug, 2008 1 commit
-
-
sebastien authored
* fixed bug related to column numbering of exogenous variables in dynamic jacobian * gave more explicit names to some methods in VariableTable, and other cosmetic changes git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1990 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Jun, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1906 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Jun, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1878 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 06 Jun, 2008 1 commit
-
-
sebastien authored
* removed global variables from "static" and "dynamic" files (in standard and USE_DLL modes only) * added extra arguments when those functions are called from M-files git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1859 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Apr, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1778 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Apr, 2008 1 commit
-
-
sebastien authored
v4 preprocessor: catch evaluation error in ModelTree::evaluateJacobian to avoid abrupt program exiting git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1776 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Feb, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1712 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Feb, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1686 ac1d8469-bf42-47a9-8791-bf33cf982152
-