Getting Started
Fundamentals
Reference
Compute the lu decomposition of a matrix.
Examples
>>> p, l, u = da.linalg.lu(x)