Skip to content
Snippets Groups Projects
Select Git revision
9 results Searching

DynareMain.cc

Forked from Dynare / preprocessor
Source project has a limited visibility.
  • 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