|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- mindspore.scipy
- ===============
-
- Scipy-like interfaces in mindspore.
-
- mindspore.scipy.linalg
- ----------------------
-
- Linear algebra submodule.
-
- .. msplatformautosummary::
- :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
- ------------------------
-
- Optimize submodule.
-
- .. msplatformautosummary::
- :toctree: scipy
- :nosignatures:
- :template: classtemplate_inherited.rst
-
- mindspore.scipy.optimize.line_search
- mindspore.scipy.optimize.minimize
-
- mindspore.scipy.sparse.linalg
- -----------------------------
-
- Sparse linear algebra submodule.
-
- .. msplatformautosummary::
- :toctree: scipy
- :nosignatures:
- :template: classtemplate_inherited.rst
-
- mindspore.scipy.sparse.linalg.cg
- mindspore.scipy.sparse.linalg.gmres
|