|
1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- mindspore.scipy
- ===============
-
- .. automodule:: mindspore.scipy
-
- mindspore.scipy.linalg
- ----------------------
-
- .. mscnplatformautosummary::
- :toctree: scipy
- :nosignatures:
- :template: classtemplate_inherited.rst
-
- mindspore.scipy.linalg.block_diag
- mindspore.scipy.linalg.eigh
- mindspore.scipy.linalg.inv
- mindspore.scipy.linalg.lu
- mindspore.scipy.linalg.lu_factor
-
- mindspore.scipy.optimize
- ------------------------
-
- .. automodule:: mindspore.scipy.optimize
-
- .. mscnplatformautosummary::
- :toctree: scipy
- :nosignatures:
- :template: classtemplate_inherited.rst
-
- mindspore.scipy.optimize.line_search
- mindspore.scipy.optimize.minimize
-
- mindspore.scipy.sparse.linalg
- -----------------------------
-
- .. automodule:: mindspore.scipy.sparse.linalg
-
- .. mscnplatformautosummary::
- :toctree: scipy
- :nosignatures:
- :template: classtemplate_inherited.rst
-
- mindspore.scipy.sparse.linalg.cg
- mindspore.scipy.sparse.linalg.gmres
|