Skip to content

Commit

Permalink
Fix short docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 23, 2023
1 parent e807c1d commit b7fb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def accuracy(self, x: Array, b: Array) -> float:


class ConvATADSolver:
r"""Solver for sum of convolutions plus diagonal linear system.
r"""Solver for a linear system involving a sum of convolutions.
Solve a linear system of the form
Expand Down

0 comments on commit b7fb076

Please sign in to comment.