Skip to content

Commit

Permalink
Edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
crstngc committed Dec 1, 2023
1 parent eed9032 commit 5a45e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scico/flax/inverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ def power_iteration(A: LinearOperator, maxiter: int = 100):
Compute largest eigenvalue of a diagonalizable
:class:`LinearOperator` using power iteration.
The function makes use of lax functionality to
allow jitting and general jax function composition.
Args:
A: :class:`LinearOperator` used for computation. Must be
Expand Down

0 comments on commit 5a45e13

Please sign in to comment.