dynare/mex/sources/perfect_foresight_problem
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
..
DynamicModelCaller.cc perfect_foresight_problem MEX: fix compilation under Windows 2019-06-25 11:14:01 +02:00
DynamicModelCaller.hh perfect_foresight_problem MEX: fix compilation under Windows 2019-06-25 11:14:01 +02:00
perfect_foresight_problem.cc Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00