- 27 Sep, 2010 5 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
- removed build_matlab_multithread.m and isopenmp MEX file - introduced a new option "--enable-openmp" in configure script - when openmp support is compiled in, the default is still one thread; the user can set the number of threads with "set_dynare_threads(n)" - closes #68
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 25 Sep, 2010 2 commits
-
-
Michel Juillard authored
-
Michel Juillard authored
-
- 24 Sep, 2010 8 commits
-
-
Sébastien Villemot authored
stack_solve_algo option
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
Updated file to work with requirement that external functions always be declared before being used in the model block
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Ferhat Mihoubi authored
- In bytecode, the MATLAB function "mexErrMsgTxt" has been replaced by an exception handling see ticket #137
-
Ferhat Mihoubi authored
-
- 23 Sep, 2010 13 commits
-
-
Sébastien Villemot authored
unused model local variables (closes #101)
-
Pablo Winant authored
Compatibility fix for Octave. In dr1, line 384, if w1 is a scalar, condest(w1) raises an error in octave. It is equal to 1 in matlab.
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
Macro used to clean up after encountering an error in a mex file (previously handled by mexErrMsgTxt) and helper m file
-
- 21 Sep, 2010 2 commits
-
-
Sébastien Villemot authored
Windows/64-bit platform
-
Sébastien Villemot authored
(introduced in 60f76786) - remove simk.m and clean simul.m - document the change in the reference manual
-
- 20 Sep, 2010 5 commits
-
-
Sébastien Villemot authored
Estimation DLL: make it compatible with changes introduced in 648c3cd1 + code simplification
-
Sébastien Villemot authored
-
Sébastien Villemot authored
648c3cd1
-
Sébastien Villemot authored
options (closes #98)
-
Sébastien Villemot authored
MATLAB)
-
- 17 Sep, 2010 5 commits
-
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
- Changing the the stack_solve_algo option : Previous version New version 1 : Sparse LU 0 : Sparse LU 2 : GMRES 1 : Relaxation 3 : BiCGStab 2 : GMRES 4 : Sparse LU & Optimal Path 3 : BiCGStab 5 : bytecode own solver 4 : Sparse LU & Optimal Path 5 : bytecode own solver
-
Ferhat Mihoubi authored
- correction of memory leaks in bytecode
-