dynare/dynare++
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
..
doc Dynare++: move all documentation to the doc/ subdir 2019-06-19 17:35:01 +02:00
integ Dynare++: improvements to comments 2019-06-19 17:35:01 +02:00
kord Dynare++: update copyright information 2019-06-19 15:02:41 +02:00
parser/cc Dynare++: update copyright information 2019-06-19 15:02:41 +02:00
src Dynare++: improvements to comments 2019-06-19 17:35:01 +02:00
sylv Various improvements related to the MEX R2018a API 2019-07-09 11:54:12 +02:00
tests Dynare++: add test mod files to testsuite 2019-04-29 18:31:54 +02:00
tl Dynare++: remove useless call to std::move() that prevents copy elision 2019-06-25 11:14:01 +02:00
utils/cc Dynare++: improvements to comments 2019-06-19 17:35:01 +02:00
Makefile.am Dynare++: add test mod files to testsuite 2019-04-29 18:31:54 +02:00