- Jun 27, 2022
-
-
Johannes Pfeifer authored
Related to Dynare/dynare#1851
-
- Jun 24, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 22, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, remove other unnecessary calls to that constructor.
-
- Jun 20, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 17, 2022
-
-
Stéphane Adjemian authored
in model inversion routines.
-
Stéphane Adjemian authored
Introduced in patch 8b197bf7 which incidentally reduced the precision to six digits.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 16, 2022
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This reverts commit fa71d471. Ref. #1851
-
Sébastien Villemot authored
-
Sébastien Villemot authored
They were previously set to 1. Ref. preprocessor#43
-
Sébastien Villemot authored
It returns a boolean, not a logical.
-
Sébastien Villemot authored
Closes: #1851
-
- Jun 15, 2022
-
-
Sébastien Villemot authored
Ref. preprocessor#86 Also make more terminology fixes in the manual (master/slave → leader/follower), in complement to !1976.
-
Sébastien Villemot authored
Ref. !1976
-
Sébastien Villemot authored
Previously, LBJ was available: – under stack_solve_algo=6 when neither block nor bytecode were present – under stack_solve_algo=1 with either block or bytecode (but the documentation was not making it clear that it was LBJ) This commit merges the two values for the option, and makes them interchangeable. LBJ should now be invoked with stack_solve_algo=1 (but stack_solve_algo=6 is kept for compatibility, and is a synonymous).
-
Sébastien Villemot authored
-
- Jun 13, 2022
-
-
Sébastien Villemot authored
– Block decomposition: fix crash when a variable appears in an equation but has zero symbolic derivative – Correctly clean up options list after a “pac_model” statement – A few optimizations
-
- Jun 09, 2022
-
-
Sébastien Villemot authored
In particular, upgrade the embedded compiler to GCC 12.
-
- Jun 08, 2022
-
-
Sébastien Villemot authored
Ref. !2044
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
Ref. !2043
-
Sébastien Villemot authored
-
Sébastien Villemot authored
I’m not sure that the intent for the hash function was actually what is currently in the code, but it’s not worth improving this given that we want to get rid of Dynare++ and the performance impact is probably negligible.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
The variable “gap” is compared to zero, so the intent probably was that it could be negative. But size_t is an unsigned type. Rather use a signed type.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. !2042
-
Sébastien Villemot authored
Ref. !2040
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
- Jun 02, 2022
-
-
Johannes Pfeifer authored
-
-
port to occbin smoother the same computational improvements done for standard one under smother_redux option. This also require to provide occbin reduced state-space matrices as output argument of missing_DiffuseKalmanSmootherH3_Z.m
-
-