Skip to content

Commit

Permalink
Merge pull request #23331 from davidMis:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 669359797
  • Loading branch information
jax authors committed Aug 30, 2024
2 parents 2f3990d + 727eb6a commit ca063c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/numpy/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def slogdet(a: ArrayLike, *, method: str | None = None) -> SlogdetResult:
"""
Compute the sign and (natural) logarithm of the determinant of an array.
JAX implementation of :func:`numpy.linalg.slotdet`.
JAX implementation of :func:`numpy.linalg.slogdet`.
Args:
a: array of shape ``(..., M, M)`` for which to compute the sign and log determinant.
Expand Down

0 comments on commit ca063c7

Please sign in to comment.