Gets an array of pivot indices. The row i was interchanged with row Pivots[i].

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int[] Pivots { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pivots As Integer()
Visual C++
public:
property array<int>^ Pivots {
	array<int>^ get ();
}

See Also