dynare/mex/sources
Sébastien Villemot 984c60acb9
Various improvements related to the MEX R2018a API
— 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
2019-07-09 11:54:12 +02:00
..
block_kalman_filter Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00
bytecode Always compile MEX files with OpenMP (when they can take advantage of it) 2019-06-25 17:26:17 +02:00
dynare_simul_ Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
gensylv Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
k_order_perturbation k-order MEX: fix incorrect variable name in comment 2019-06-28 15:24:30 +02:00
kalman_steady_state Kalman steady state DLL: various modernizations and simplifications 2019-04-30 15:54:43 +02:00
kronecker Always compile MEX files with OpenMP (when they can take advantage of it) 2019-06-25 17:26:17 +02:00
local_state_space_iterations local_state_space_iteration_2 MEX: fix error message 2019-06-28 17:49:02 +02:00
mjdgges Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00
ms-sbvar Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
num_procs Add new num_procs MEX file for getting number of available processing units 2019-06-27 14:34:09 +02:00
perfect_foresight_problem Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00
sobol Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00
Makefile.am Add new num_procs MEX file for getting number of available processing units 2019-06-27 14:34:09 +02:00
dynblas.h Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
dynlapack.h Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
dynmex.h Implement mxIsScalar() for MATLAB < R2015a (8.5) 2019-06-25 20:31:13 +02:00
dynumfpack.h Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00