Pivot<R, C>.Index Property

Gets the linearized index of the pivot.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Index<(R , C )> Index { get; }

Property Value

Index<ValueTuple<R, C>>

See Also