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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int[] GetPermute()
Visual Basic (Declaration)
Public Function GetPermute As Integer()
Visual C++
public:
array<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