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