From be28ab1cbe3542c9a0c052bbecfe6b06cdb881c0 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 25 Apr 2023 13:05:27 -0400 Subject: [PATCH] Manual: document approximation point of linear_approximation --- doc/manual/source/the-model-file.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 507efdc96..366509948 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3823,7 +3823,10 @@ speed-up on large models. .. option:: linear_approximation Solves the linearized version of the perfect foresight - model. The model must be stationary. Only available with option + model. The model must be stationary and a steady state + needs to be provided. Linearization is conducted about the + last defined steady state, which can derive from ``initval``, + ``endval`` or a subsequent ``steady``. Only available with option ``stack_solve_algo==0`` or ``stack_solve_algo==7``. *Output*