We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047b47c commit 1b1f6c4Copy full SHA for 1b1f6c4
doc/reference/scipy.rst
@@ -1,7 +1,5 @@
1
-.. currentmodule:: dpnp.scipy
2
-
3
Routines (SciPy) (:mod:`dpnp.scipy`)
4
-=======================================
+====================================
5
6
The following pages describe SciPy-compatible routines.
7
These functions cover a subset of
doc/reference/scipy_linalg.rst
@@ -12,6 +12,6 @@ Decompositions
12
:toctree: generated/
13
:nosignatures:
14
15
- dpnp.scipy.linalg.lu
16
- dpnp.scipy.linalg.lu_factor
17
- dpnp.scipy.linalg.lu_solve
+ lu
+ lu_factor
+ lu_solve
0 commit comments