- 10 Jun, 2011 1 commit
-
-
Houtan Bastani authored
-
- 11 May, 2011 1 commit
-
-
MichelJuillard authored
-
- 12 Apr, 2011 1 commit
-
-
Houtan Bastani authored
-
- 04 Feb, 2011 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 31 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
- For static model considers two different management cases for temporary terms: one for an evaluated model and another for a simulated model
-
- 22 Dec, 2010 1 commit
-
-
Houtan Bastani authored
fixed bug: end _dynamic and _static and getPowerDeriv functions with "end" tags to comply with commit d8dbc68e
-
- 17 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 13 Dec, 2010 1 commit
-
-
Houtan Bastani authored
-
- 10 Dec, 2010 1 commit
-
-
Ferhat Mihoubi authored
-
- 25 Nov, 2010 1 commit
-
-
Ferhat Mihoubi authored
- Correction of a bug in the Jacobian Matrix computation for a non block-decomposed model using bytecode
-
- 22 Oct, 2010 2 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
- Add wrapper needed to compute the steady-state using bytecode and solve_algo = 0, ..., 4
-
- 11 Oct, 2010 1 commit
-
-
Ferhat Mihoubi authored
- Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: * 0: fsolve * 1: solve1 * 2, 4: solve1 + block decomposition * 3: csolve * 5: LU decomposition with UMFPack (method handling sparse matrix in Matlab) * 6: GMRES * 7: BiCGStab * 8: bytecode own solver (use Gaussian elimination + sparse matrix) - Bytecode can now evaluate a specific block instead of the overall blocks (new bytecode's option 'Block = block_number')
-
- 17 Sep, 2010 3 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
- preprocessor provides informations about the dynamic structure of each block - extends the algorithms available with bytecode: stack_solve_algo = 1, 2, 3 and 4 is compatible the bytecode. Speed and memory requirement are improved with stack_solve_algo = 1 or 4 for large scale models. - bytecode can be used to evaluate a model
-
Sébastien Villemot authored
-
- 16 Sep, 2010 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
redundant with data members, added const keywords, use passing-by-reference)
-
Sébastien Villemot authored
- remove useless output type oMatlabDynamicModelSparseLocalTemporaryTerms (indistinguishable from oMatlabDynamicModelSparseLocal) - fix bug in output type of sparse static model
-
- 28 Apr, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 27 Apr, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 23 Feb, 2010 1 commit
-
-
Houtan Bastani authored
-
- 22 Jan, 2010 2 commits
-
-
ferhat authored
Adds location indications in error message of "bytecode" + minor correction (string passed as &string). git-svn-id: https://www.dynare.org/svn/dynare/trunk@3374 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3373 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Dec, 2009 1 commit
-
-
sebastien authored
* fix options stack_solve_algo={2,3,4} (closes #68) * fix crashes for singular normalizations (closes #44) and implement decreasing cutoff * fail for stack_solve_algo=2 under Octave (because there is no gmres function in Octave) git-svn-id: https://www.dynare.org/svn/dynare/trunk@3279 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Dec, 2009 2 commits
-
-
sebastien authored
Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) git-svn-id: https://www.dynare.org/svn/dynare/trunk@3249 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3244 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Oct, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3101 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Oct, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3016 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3015 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Sep, 2009 1 commit
-
-
sebastien authored
* In stochastic mode, now transforms the model by removing leads and lags greater or equal to 2 (creating auxiliary variables and equations in the process) * Information about these variables is in structure M_.aux_vars * Automatically add the necessary initialization for auxiliary vars after the initval block or load_params_and_steady_state git-svn-id: https://www.dynare.org/svn/dynare/trunk@3002 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Sep, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2879 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 31 Aug, 2009 1 commit
-
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2877 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Aug, 2009 1 commit
-
-
http://www.dynare.org/DynareWiki/ByteCodeferhat authored
- the options "sparse_dll" and "sparse" are no more available. They are replaced by combinations of block (for block decomposition) and bytecode (for model stored in a binary file) - markowitz is now an option of simul and steady commands git-svn-id: https://www.dynare.org/svn/dynare/trunk@2873 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 13 Jul, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2841 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2840 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 10 Jul, 2009 2 commits
-
-
sebastien authored
* new ExprNode method for computing set of ModelLocalVariables of an expression * factorized code with collectEndogenous() and collectExogenous() methods git-svn-id: https://www.dynare.org/svn/dynare/trunk@2839 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* sort recursive variables in topological order in the _static.m file * collectEndogenous() returs type specific IDs, not symb_id! git-svn-id: https://www.dynare.org/svn/dynare/trunk@2833 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Jul, 2009 1 commit
-
-
sebastien authored
(Still need to fix a bug) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2829 ac1d8469-bf42-47a9-8791-bf33cf982152
-