dynare/mex
Sébastien Villemot 8c16d1745e
block_trust_region MEX: first part of handling complex values returned by solved function
If solved function returns complex values (with nonzero imaginary part), turn
them into NaNs. This mimics the behaviour of the use_dll case.

Next step will be to adapt the trust region algorithm to diminish radius when
there are NaNs.

Incidentally, bump the required GCC version to 9, since we use the %re and %im
components of complex values in Fortran.
2022-03-21 18:55:42 +01:00
..
build block_trust_region MEX: first part of handling complex values returned by solved function 2022-03-21 18:55:42 +01:00
sources block_trust_region MEX: first part of handling complex values returned by solved function 2022-03-21 18:55:42 +01:00