Skip to content

Commit

Permalink
Fixing the naming conventions in linalg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tilakrayal authored Jun 27, 2024
1 parent 945b1c3 commit 3bbd141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/scipy/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def eigh(a: ArrayLike, b: ArrayLike | None = None, lower: bool = True,
type: int = 1, check_finite: bool = True) -> Array | tuple[Array, Array]:
"""Compute eigenvalues and eigenvectors for a Hermitian matrix
JAX implementation of :func:`jax.scipy.linalg.eigh`.
JAX implementation of :func:`scipy.linalg.eigh`.
Args:
a: Hermitian input array of shape ``(..., N, N)``
Expand Down

0 comments on commit 3bbd141

Please sign in to comment.