Linear algebra (dpnp.scipy.linalg)
Decompositions
Compute LU decomposition of a matrix with partial pivoting. |
|
Compute the pivoted LU decomposition of a matrix. |
|
Solve a linear system, \(a x = b\), given the LU factorization of a. |