LUResult.ipiv

The pivot indices, for 1 <= i <= min(M,N), row i of the matrix was interchanged with row ipiv(i).

struct LUResult(T)
Slice!(lapackint*) ipiv;

Meta