dynare/tests/external_function
Sébastien Villemot d0fb9ce5b8
Preprocessor update
— Bug fix: allow external functions in model local variables (also add corresponding
  integration test)
— JSON output:
  + do not append two underscores after model local variable names in their
    definition
  + when writing the model after computing pass, use TEF terms for (not
    derived) external functions
  + write model local variables in parsed model (modfile.json) (Closes: #1723)
— In the driver file, provide mapping between model local variables and indices
  in the temporary terms vector (Closes: #1722)
2020-06-05 17:16:11 +02:00
..
+matlab/+namespace Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
extFunDeriv.m Simple tests showing how to use external functions. 2010-02-23 18:16:52 +01:00
extFunNoDerivs.m Simple tests showing how to use external functions. 2010-02-23 18:16:52 +01:00
extFunWithFirstAndSecondDerivs.m Simple tests showing how to use external functions. 2010-02-23 18:16:52 +01:00
extfun_in_mlv.mod Preprocessor update 2020-06-05 17:16:11 +02:00
first_and_2nd_deriv_given.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
first_and_2nd_deriv_given_dll.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
first_and_2nd_deriv_given_dll_namespace.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
first_and_2nd_deriv_given_namespace.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
first_deriv_given.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
first_deriv_given_dll.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
no_deriv_given.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00
no_deriv_given_dll.mod Support MATLAB namespaces in function calls #1639 2019-10-09 16:22:32 +02:00