| Visual Basic (Declaration) | |
|---|---|
Public Function GetPivots() As Integer() | |
| C# | |
|---|---|
public int[] GetPivots() | |
| C++/CLI | |
|---|---|
public: array<int>^ GetPivots(); | |
Return Value
An array of type integer.If Pivots() is the array returned from GetPivots method, then Pivots(i) = k denotes that during factorization row k has moved to row i.
The array that is returned from GetPivots property can be used as a parameter in ReorderRows method in order to reconstruct the original matrix.
This has the same effect as multiplying by the P matrix but it executes faster.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7