IMSL C# Numerical Library

QR.GetPermute Method 

Returns an int array containing information about the permutation of the elements of the matrix during pivoting.

public int[] GetPermute();

Return Value

The k-th element contains the index of the column of the matrix that has been interchanged into the k-th column.

See Also

QR Class | Imsl.Math Namespace