From 8ee7542a8157c1b33ff68bccbfc7f50bb8c7dec7 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 --- 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 d843b606d8..4619c335c0 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``) * Parallel Computing Toolbox (to speed up the ``dime`` sampler) * If under Octave, the following `Octave-Forge`_ packages: ``optim``, ``io``, -- GitLab