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