Skip to content

Commit

Permalink
Merge pull request #25662 from liblaf:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709058676
  • Loading branch information
Google-ML-Automation committed Dec 23, 2024
2 parents 704185e + 75b5654 commit 6c85e54
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 @@ -924,7 +924,7 @@ def pinv(a: ArrayLike, rtol: ArrayLike | None = None,
- :func:`jax.numpy.linalg.inv`: multiplicative inverse of a square matrix.
Notes:
:func:`jax.numpy.linalg.prng` differs from :func:`numpy.linalg.prng` in the
:func:`jax.numpy.linalg.pinv` differs from :func:`numpy.linalg.pinv` in the
default value of `rcond``: in NumPy, the default is `1e-15`. In JAX, the
default is ``10. * max(num_rows, num_cols) * jnp.finfo(dtype).eps``.
Expand Down

0 comments on commit 6c85e54

Please sign in to comment.