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

DynareMain.cc

Blame
    • Sébastien Villemot's avatar
      c9c36c03
      New preprocessor option “nocommutativity” · c9c36c03
      Sébastien Villemot authored
      This option tells the preprocessor not to use the commutativity of addition and
      multiplication when looking for common subexpressions.
      
      As a consequence, when using this option, equations in various outputs (LaTeX,
      JSON…) will appear as the user entered them.
      
      There is however a potential performance cost to using this option, yet to be
      determined.
      
      Ref. dynare#1788
      Verified
      c9c36c03
      History
      New preprocessor option “nocommutativity”
      Sébastien Villemot authored
      This option tells the preprocessor not to use the commutativity of addition and
      multiplication when looking for common subexpressions.
      
      As a consequence, when using this option, equations in various outputs (LaTeX,
      JSON…) will appear as the user entered them.
      
      There is however a potential performance cost to using this option, yet to be
      determined.
      
      Ref. dynare#1788
    DynareMain.cc 17.28 KiB