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. |
|
|
Compute the cholesky decomposition of a matrix, to use in cho_solve. |
|
|
Compute the cholesky decomposition of a matrix. |
|
|
Given the cholesky factorization of a, solve the linear equation |
|
|
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. |
|
|
Assuming a is a batched triangular matrix, solve the equation |
|
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 the linear system: |
|
|
Given given A and b, GMRES solves the linear system: |
|