From ca3f14ce811e41bd8fa4f3780fcfe8b23cc24dd2 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Fri, 6 Dec 2024 12:43:56 +0100 Subject: [PATCH] manual: add reference to proper option instead of options_ subfield [skip ci] (manually cherry picked from commit 2eecea76ea076b6df212325dae0cbc55b18f57f9) --- doc/manual/source/installation-and-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 18ebaafb7b..2e8e4869fd 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -31,7 +31,7 @@ extra features, but are in no way required: statistical distributions), * Global Optimization Toolbox (for ``particleswarm`` and ``simulannealbnd``, used in e.g. ``mode_compute``, ``opt_algo`` or ``ALGO``) - * Control System Toolbox (for the Lyapunov solver ``dlyapchol`` triggered with ``options_.lyapunov_srs``) + * Control System Toolbox (for the Lyapunov solver ``dlyapchol`` triggered with ``lyapunov=square_root_solver``) * If under Octave, the following `Octave-Forge`_ packages: ``optim``, ``io``, ``control``. -- GitLab