Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Jul 3, 2024
1 parent c06bdb5 commit 6823dda
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 @@ -390,7 +390,7 @@ def lstsq(
Solve the least squares problem
.. math::
\argmin_{\mb{x}} \; (1/2) \norm{ A \mb{x} - \mb{b}) }_2^2 \;,
\argmin_{\mb{x}} \; (1/2) \norm{ A \mb{x} - \mb{b} }_2^2 \;,
where :math:`A` is a linear operator and :math:`\mb{b}` is a vector.
The problem is solved using :func:`cg`.
Expand Down

0 comments on commit 6823dda

Please sign in to comment.