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() |