Returns an int array containing information about the
permutation of the elements of the matrix during pivoting.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetPermute()
Public Function GetPermute As Integer()
public:
array<int>^ GetPermute()
member GetPermute : unit -> int[]
Return Value
Type:
Int32
The
k-th element contains the index of the column of the matrix that
has been interchanged into the
k-th column.
See Also