Skip to content

Commit

Permalink
[FIX] Broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Oct 25, 2024
1 parent 5e7c629 commit 3bfc3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/basic_usage/example_eigenvalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
# --------------------------------
#
# Here, we compare the query efficiency of :func:`scipy.sparse.linalg.eigsh` with the
# `power iteration <https://en.wikipedia.org/wiki/Power_iteration`_ method, a simple
# `power iteration <https://en.wikipedia.org/wiki/Power_iteration>`_ method, a simple
# method to compute the leading eigenvalues (in terms of magnitude). We re-use the im-
# plementation from the `PyHessian library <https://github.com/amirgholami/PyHessian>`_
# and adapt it to work with SciPy arrays rather than PyTorch tensors:
Expand Down

0 comments on commit 3bfc3f6

Please sign in to comment.