Skip to content

Commit

Permalink
Merge pull request numpy#28100 from that-ar-guy/doc/fix-linalg-index
Browse files Browse the repository at this point in the history
DOC: Move linalg.outer from Decompositions to Matrix and vector products
  • Loading branch information
mattip authored Jan 6, 2025
2 parents 7be55eb + e83ccc2 commit 8eb0c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/reference/routines.linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Matrix and vector products
linalg.vecdot
inner
outer
linalg.outer
matmul
linalg.matmul (Array API compatible location)
matvec
Expand All @@ -71,14 +72,14 @@ Matrix and vector products
linalg.matrix_power
kron
linalg.cross


Decompositions
--------------
.. autosummary::
:toctree: generated/

linalg.cholesky
linalg.outer
linalg.qr
linalg.svd
linalg.svdvals
Expand Down

0 comments on commit 8eb0c50

Please sign in to comment.