Skip to content
Snippets Groups Projects
Select Git revision
0 results

ModelTree.cc

Blame
  • Forked from Dynare / preprocessor
    Source project has a limited visibility.
    • Sébastien Villemot's avatar
      4bba274f
      Block decomposition: drop unused max lead/lag fields · 4bba274f
      Sébastien Villemot authored
      Note that DynamicModel::determineBlockDerivativesType(), it’s legitimate to
      replace max_{lead,lag} by max_endo_{lead,lag}, because for exogenous
      lag=lead=0, and we no longer compute derivatives w.r.t. to endogenous that do
      not belong to the block (so-called “other” endogenous).
      4bba274f
      History
      Block decomposition: drop unused max lead/lag fields
      Sébastien Villemot authored
      Note that DynamicModel::determineBlockDerivativesType(), it’s legitimate to
      replace max_{lead,lag} by max_endo_{lead,lag}, because for exogenous
      lag=lead=0, and we no longer compute derivatives w.r.t. to endogenous that do
      not belong to the block (so-called “other” endogenous).