- 15 Jun, 2021 4 commits
-
-
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 Dynare/dynare!1873
-
Johannes Pfeifer authored
[skip CI]
-
- 14 Jun, 2021 5 commits
-
-
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 Dynare/dynare!1871
-
- 11 Jun, 2021 2 commits
-
-
Johannes Pfeifer authored
[skip CI]
-
Johannes Pfeifer authored
-
- 10 Jun, 2021 2 commits
-
-
Sébastien Villemot authored
simult_.m: fix error message at order>3 See merge request Dynare/dynare!1870
-
Johannes Pfeifer authored
-
- 09 Jun, 2021 5 commits
-
-
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
-
- 08 Jun, 2021 2 commits
-
-
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.
-
- 04 Jun, 2021 8 commits
-
-
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
-
- 02 Jun, 2021 2 commits
-
-
Sébastien Villemot authored
dynare_solve.m: have csolve honor selected options See merge request Dynare/dynare!1867
-
Johannes Pfeifer authored
-
- 01 Jun, 2021 4 commits
-
-
Sébastien Villemot authored
Ref. !1865
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- 31 May, 2021 4 commits
-
-
Sébastien Villemot authored
Recommend that syntax in the manual, but keep the old one for backward compatibility. Ref. preprocessor#67
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. #569, !1863
-
Sébastien Villemot authored
evaluate_planner_objective.m: do not evaluate non-existing terms for linear models Closes #1781 See merge request Dynare/dynare!1864
-
- 28 May, 2021 2 commits
-
-
Johannes Pfeifer authored
Closes Dynare/dynare#1781
-
Stéphane Adjemian authored
Also add an integration test and fix homotopy error message.
-