Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Nov 30, 2023
1 parent 368bd1a commit 8349bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/functional/_tvnorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __call__(self, x: Array) -> float:
def prox(self, v: Array, lam: float = 1.0, **kwargs) -> Array:
r"""Approximate proximal operator of the isotropic TV norm.
Approximation of the proximal operator of the anisotropic TV norm,
Approximation of the proximal operator of the isotropic TV norm,
computed via the method described in :cite:`kamilov-2016-parallel`.
Args:
Expand Down

0 comments on commit 8349bf3

Please sign in to comment.