mindspore.scipy
Scipy-like interfaces in mindspore.
mindspore.scipy.linalg
Linear algebra submodule
| API Name | Description | Supported Platforms | 
| Create a block diagonal matrix from provided arrays. | 
 | |
| Solve a standard or generalized eigenvalue problem for a complex Hermitian or real symmetric matrix. | 
 | |
| Compute the inverse of a matrix. | 
 | |
| Compute pivoted LU decomposition of a general matrix. | 
 | |
| Compute pivoted LU decomposition of a square matrix, and its outputs can be directly used as the inputs of lu_solve. | 
 | 
mindspore.scipy.optimize
Optimize submodule
| API Name | Description | Supported Platforms | 
| Inexact line search that satisfies strong Wolfe conditions. | 
 | |
| Minimization of scalar function of one or more variables. | 
 | 
mindspore.scipy.sparse.linalg
Sparse linear algebra submodule
| API Name | Description | Supported Platforms | 
| Use Conjugate Gradient iteration to solve \(Ax = b\). | 
 | |
| GMRES solves the linear system \(A x = b\) for x, given A and b. | 
 |