Linear algebra (dpnp.scipy.linalg)

Decompositions

lu_factor

Compute the pivoted LU decomposition of a matrix.

lu_solve

Solve a linear system, \(a x = b\), given the LU factorization of a.