Skip to content

Commit

Permalink
Reorder top-level functions in lax.linalg, and add/expand docstrings.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726535390
  • Loading branch information
dfm authored and Google-ML-Automation committed Feb 13, 2025
1 parent 229aa65 commit 8d165ba
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 237 deletions.
7 changes: 6 additions & 1 deletion docs/jax.lax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,24 @@ Linear algebra operators (jax.lax.linalg)
:toctree: _autosummary

cholesky
cholesky_update
eig
eigh
hessenberg
lu
householder_product
lu
lu_pivots_to_permutation
qdwh
qr
schur
svd
SvdAlgorithm
symmetric_product
triangular_solve
tridiagonal
tridiagonal_solve


Argument classes
----------------

Expand Down
Loading

0 comments on commit 8d165ba

Please sign in to comment.