- Jul 16, 2019
-
-
Willi Mutschler authored
kstate is not needed anymore as all information is found in M_.lead_lag_incidence See #1653
-
- Jul 12, 2019
-
-
Sébastien Villemot authored
-
- Jul 11, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 09, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— Use MX_HAS_INTERLEAVED_COMPLEX for testing for the new API — Use the typed access functions under the new API, with one exception: we do not use mxGetDoubles() instead of mxGetPr(), because it would just complexif the code without any value added For more details, see: https://fr.mathworks.com/help/matlab/matlab_external/upgrade-mex-files-to-use-interleaved-complex.html
-
- Jul 05, 2019
-
-
Sébastien Villemot authored
-
- Jul 04, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
- Jul 03, 2019
-
-
Sébastien Villemot authored
Ref preprocessor#6 [skip ci]
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This is only the interface. The actual implementation and the documentation are still missing. Ref #1649 [skip ci]
-
- Jul 01, 2019
-
-
Houtan Bastani authored
-
- Jun 28, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 27, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 26, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jun 25, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
As a consequence, remove the --enable-openmp option of the configure script.
-
Sébastien Villemot authored
Testing shows that it is slower than the BLAS path.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jun 24, 2019
-
-
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.
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jun 21, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Do not use varargin.
-