Linear algebra (dpnp.scipy.linalg)¶ Hint SciPy API Reference: Linear algebra (scipy.linalg) Decompositions¶ lu Compute LU decomposition of a matrix with partial pivoting. 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.