L part of the factorization.
U part of the factorization.
The pivot indices, for 1 <= i <= min(M,N), row i of the matrix was interchanged with row ipiv(i).
Matrix in witch lower triangular is L part of factorization (diagonal elements of L are not stored), upper triangular is U part of factorization.
LUResult consist lu factorization.