Skip to content

Improve scalar argument handling in MEX-function

Antoine Merle requested to merge feature/update-mex into master
  • Correctly handle double scalars in MEX-function arguments using mxGetScalar and mxCreateDoubleScalar. This can sometimes trigger warnings or errors in recent gfortran versions.
  • Add mechanism to pass options to the MEX command directly with MEXOPTS="..." make

Merge request reports