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

preprocessor

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Villemot's avatar
    Sébastien Villemot authored
    Input and output ranges should not overlap when calling std::set_union(),
    otherwise the behaviour is undefined.
    
    It seems that in this precise case the computation would still be
    correct (though inefficient), because of the properties of std::set or because
    of the specific implementation in libstdc++. But it’s better to be on the safe
    side.
    fe83933b
    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.