From e4a33eb5c5fbbbc0ad872d0f7975f358260dd8fe Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Mon, 23 Oct 2023 09:26:16 -0600 Subject: [PATCH] Fix short docstring --- scico/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scico/solver.py b/scico/solver.py index 13ae99163..21d49a0fb 100644 --- a/scico/solver.py +++ b/scico/solver.py @@ -579,7 +579,7 @@ def golden( class MatrixATADSolver: - r"""Solver for linear system involving a symmetric product plus a diagonal. + r"""Solver for linear system involving a symmetric product. Solve a linear system of the form