Click or drag to resize
QRGetPermute Method
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.2.0
Syntax
public int[] GetPermute()

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