You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

mindspore.scipy.rst 966 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. mindspore.scipy
  2. ===============
  3. Scipy-like interfaces in mindspore.
  4. mindspore.scipy.linalg
  5. ----------------------
  6. Linear algebra submodule.
  7. .. msplatformautosummary::
  8. :toctree: scipy
  9. :nosignatures:
  10. :template: classtemplate_inherited.rst
  11. mindspore.scipy.linalg.block_diag
  12. mindspore.scipy.linalg.eigh
  13. mindspore.scipy.linalg.inv
  14. mindspore.scipy.linalg.lu
  15. mindspore.scipy.linalg.lu_factor
  16. mindspore.scipy.optimize
  17. ------------------------
  18. Optimize submodule.
  19. .. msplatformautosummary::
  20. :toctree: scipy
  21. :nosignatures:
  22. :template: classtemplate_inherited.rst
  23. mindspore.scipy.optimize.line_search
  24. mindspore.scipy.optimize.minimize
  25. mindspore.scipy.sparse.linalg
  26. -----------------------------
  27. Sparse linear algebra submodule.
  28. .. msplatformautosummary::
  29. :toctree: scipy
  30. :nosignatures:
  31. :template: classtemplate_inherited.rst
  32. mindspore.scipy.sparse.linalg.cg
  33. mindspore.scipy.sparse.linalg.gmres