LUResult.lut

Matrix in witch lower triangular is L part of factorization (diagonal elements of L are not stored), upper triangular is U part of factorization.

struct LUResult(T)
Slice!(T*, 2, Canonical) lut;

Meta