- Jun 16, 2021
-
-
Sébastien Villemot authored
See merge request !1875
-
Sébastien Villemot authored
See merge request !1874
-
Sébastien Villemot authored
MATLAB R2014a does not like the syntax “abs(x).data” where “x” is a dseries.
-
Sébastien Villemot authored
MATLAB < R2019b does not accept “bar(1, [2 3])”.
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
M_.equation_tags already contains the correct equation number
-
Johannes Pfeifer authored
-
- Jun 15, 2021
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Partially addresses issue #1680: - unconditional welfare resorts to dynare++ simulation tools, which shall be updated very soon TO DO: - implement a function computing kth-order approximation of simulated moments of y
-
Stéphane Adjemian authored
extended_path was crashing in preceeded by a call to the set_time command.
-
Sébastien Villemot authored
Closes: #1791
-
Sébastien Villemot authored
DsgeSmoother.m: header cosmetics See merge request !1873
-
Johannes Pfeifer authored
[skip CI]
-
- Jun 14, 2021
-
-
Sébastien Villemot authored
See merge request !1872
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In particular, add a test for the sparse A·(B⊗C) where B≠C.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
pruned_state_space: handle shocks with 0 variances See merge request !1871
-
- Jun 11, 2021
-
-
Johannes Pfeifer authored
[skip CI]
-
Johannes Pfeifer authored
-
- Jun 10, 2021
-
-
Sébastien Villemot authored
simult_.m: fix error message at order>3 See merge request !1870
-
Johannes Pfeifer authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
See merge request !1869
-
Sébastien Villemot authored
See merge request !1868
-
- Jun 08, 2021
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
In practice however, it seems that this bug never hits, because B and C always have the same number of rows when the MEX is called.
-
- Jun 04, 2021
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This can make a difference when the return value of those function is directly passed to a BLAS/LAPACK function. On the other hand, if the return value is first stored in a pointer variable, then it seems necessary to explicitly say that this pointer is also contiguous.
-
Sébastien Villemot authored
This avoids unnecessary array copies before calling BLAS/LAPACK functions.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This warns about hard-to-detect bugs where a function is called with an implicit interface, thus possibly having mismatches in the calling sequence.
-
Sébastien Villemot authored
-
- Jun 02, 2021
-
-
Sébastien Villemot authored
dynare_solve.m: have csolve honor selected options See merge request !1867
-
Johannes Pfeifer authored
-