Skip to content
Snippets Groups Projects
Verified Commit 6185767f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo

[skip ci]
parent d574705b
Branches
Tags
No related merge requests found
...@@ -3016,7 +3016,7 @@ Finding the steady state with Dynare nonlinear solver ...@@ -3016,7 +3016,7 @@ Finding the steady state with Dynare nonlinear solver
nonlinear system. This is similar to ``2``, but is typically nonlinear system. This is similar to ``2``, but is typically
more efficient. The block decomposition is done at the more efficient. The block decomposition is done at the
preprocessor level, which brings two benefits: it identifies preprocessor level, which brings two benefits: it identifies
blocks that can be evaluated rather than solved; and evulations blocks that can be evaluated rather than solved; and evaluations
of the residual and Jacobian of the model are more efficient of the residual and Jacobian of the model are more efficient
because only the relevant elements are recomputed at every because only the relevant elements are recomputed at every
iteration. iteration.
...@@ -3029,7 +3029,7 @@ Finding the steady state with Dynare nonlinear solver ...@@ -3029,7 +3029,7 @@ Finding the steady state with Dynare nonlinear solver
typically more efficient. The block decomposition is done at typically more efficient. The block decomposition is done at
the preprocessor level, which brings two benefits: it the preprocessor level, which brings two benefits: it
identifies blocks that can be evaluated rather than solved; and identifies blocks that can be evaluated rather than solved; and
evulations of the residual and Jacobian of the model are more evaluations of the residual and Jacobian of the model are more
efficient because only the relevant elements are recomputed at efficient because only the relevant elements are recomputed at
every iteration. every iteration.
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment