- 30 Jul, 2020 1 commit
-
-
Sébastien Villemot authored
This is a Fortran 2008 rewrite of disclyap_fast.m. Closes: #1737
-
- 20 Dec, 2019 1 commit
-
-
It applies the approximated policy function to a set of particles, using Dynare++ routines. There is support for parallelization, using Dynare++ multithreading model (itself based on C++11 threads; we don’t use OpenMP because it is incompatible with MKL). For the time being, default to a single thread. This should be later refined through empirical testing.
-
- 26 Nov, 2019 1 commit
-
-
Sébastien Villemot authored
In particular, if either MATLAB or Octave is missing, one needs to pass either --disable-matlab or --disable-octave. Moreover, several new configure flags have been introduced for disabling some components: --disable-doc --disable-dynare++ --disable-mex-dynare++ --disable-mex-ms-sbvar --disable-mex-kalman-steady-state
-
- 27 Jun, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 24 Jun, 2019 1 commit
-
-
Sébastien Villemot authored
It constructs the stacked residuals and jacobian of the perfect foresight problem. It is an almost perfect replacement for the perfect_foresight_problem.m routine, while being much more efficient. Note however that the DLL never return complex numbers (it instead puts NaNs at the place where there would have been complex). This may create problems for some MOD files; the algorithms will need to be adapted to use a more line-search method.
-
- 12 Nov, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 17 May, 2018 1 commit
-
-
Sébastien Villemot authored
It's actually not needed. The QZ complex decomposition can be obtained in Octave on real matrices by casting them to the complex type.
-
- 16 May, 2018 1 commit
-
-
Sébastien Villemot authored
These functions are all included in Octave 4.2.
-
- 22 Sep, 2017 1 commit
-
-
- 17 Mar, 2015 1 commit
-
-
Sébastien Villemot authored
The function is now an Octave builtin.
-
- 16 Jul, 2014 1 commit
-
-
Houtan Bastani authored
-
- 03 Jan, 2014 1 commit
-
-
Sébastien Villemot authored
- no longer use OCTAVE_QUIT in MEX files; this seems now only possible in oct-files. (Ref #304) - do not build linsolve.oct on Octave >= 3.8, it is available natively. - do not add strjoin.m to the patch on Octave >= 3.8, it is available natively. - default_save_options has been renamed save_default_options.
-
- 06 Mar, 2013 1 commit
-
-
Sébastien Villemot authored
Does not seem very robust (fails on fs2000), need to investigate why.
-
- 13 Sep, 2012 1 commit
-
-
Sébastien Villemot authored
-
- 23 Aug, 2012 1 commit
-
-
Sébastien Villemot authored
-
- 06 Aug, 2012 1 commit
-
-
Sébastien Villemot authored
Closes: #273
-
- 20 Apr, 2012 1 commit
-
-
Sébastien Villemot authored
-
- 04 Mar, 2012 1 commit
-
-
Stéphane Adjemian authored
equations are approximated at order two around the deterministic steady state.
-
- 21 Dec, 2011 1 commit
-
-
Stéphane Adjemian authored
Added new mex file for computing Quasi Monte-Carlo sequences (Sobol), texinfo headers and unitary tests are available in <DYNARE_PATH>/matlab/qmc_sequence.m.
-
- 23 Sep, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 22 Feb, 2011 1 commit
-
-
Houtan Bastani authored
-
- 02 Feb, 2011 1 commit
-
-
Houtan Bastani authored
-
- 25 Jan, 2011 1 commit
-
-
Sébastien Villemot authored
- remove the dirty vpath hack - factorize between the two estimation DLLs - factorize within SWZ makefile
-
- 14 Dec, 2010 2 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
- 13 Dec, 2010 1 commit
-
-
Houtan Bastani authored
-
- 08 Dec, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 19 Nov, 2010 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
The mex works with octave but not with matlab (lapack issue again ;-).
-
- 18 Nov, 2010 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
Added the Slicot library (distributed under the GNU General Public Licence at www.slicot.org). This library provides routines for the design and analysis of control systems. Adapted the building system to handle fortran 77 source files.
-
- 28 Oct, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 21 Oct, 2010 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave.
-
- 09 Jul, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 11 Jun, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 01 Jun, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 02 Nov, 2009 1 commit
-
-
sebastien authored
* added dynare_simul_ DLL * factorized in a library object the Dynare++ code shared between gensylv, k_order_perturbation and dynare_simul_ git-svn-id: https://www.dynare.org/svn/dynare/trunk@3114 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 23 Oct, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3070 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Oct, 2009 1 commit
-
-
sebastien authored
Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts git-svn-id: https://www.dynare.org/svn/dynare/trunk@3019 ac1d8469-bf42-47a9-8791-bf33cf982152
-