Skip to content
Snippets Groups Projects
Select Git revision
  • 3699a2defdb31cc8dfa45ff7a447a4ab29a7f31e
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

preprocessor

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Villemot's avatar
    Sébastien Villemot authored
    More precisely, incorrect equation normalization could occur in the presence of
    cos, sin, tan, cosh and x^n (where n is an even integer).
    
    Also add some comments explaining why some other rules are (hopefully) correct.
    
    (cherry picked from commit dc966014)
    3699a2de
    History

    Dynare Preprocessor

    The Dynare Preprocessor defines the Dynare model language. It takes in a .mod file, computes the derivatives of the model represented therein, and produces MATLAB/Octave, Julia, or JSON output.

    License

    Most of the source files are covered by the GNU General Public Licence version 3 or later. There are some exceptions, see the respective file headers.