- `lu (X)`

Compute LU decomposition of `X`.

### References

- https://www.mathworks.com/help/matlab/ref/lu.html
- https://octave.sourceforge.io/octave/function/lu.html
- https://mathworld.wolfram.com/LUDecomposition.html
- https://en.wikipedia.org/wiki/LU_decomposition
