Skip to content

Commit

Permalink
Move info!=0 logic into lax.linalg.tridiagonal lowering rule.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726560133
  • Loading branch information
dfm authored and Google-ML-Automation committed Feb 13, 2025
1 parent 5ebb7eb commit 011d297
Show file tree
Hide file tree
Showing 3 changed files with 346 additions and 254 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 011d297

Please sign in to comment.