Skip to content

Commit 57687bd

Browse files
Add 'Other matrix operation' section to linalg docs
1 parent 5fb2311 commit 57687bd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/reference/linalg.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Norms and other numbers
5959
dpnp.linalg.slogdet
6060
dpnp.trace
6161

62-
6362
Solving linear equations
6463
--------------------------
6564

@@ -73,3 +72,12 @@ Solving linear equations
7372
dpnp.linalg.inv
7473
dpnp.linalg.pinv
7574
dpnp.linalg.tensorinv
75+
76+
Other matrix operations
77+
-----------------------
78+
.. autosummary::
79+
:toctree: generated/
80+
:nosignatures:
81+
82+
dpnp.linalg.diagonal (Array API compatible)
83+
dpnp.linalg.matrix_transpose (Array API compatible)

0 commit comments

Comments
 (0)