PivotVector Constructor

Constructs a new PivotVector

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public PivotVector(
	int length,
	int[] pivots
)

Parameters

length  Int32
The size of the permutation.
pivots  Int32[]
The pivot indexes.

See Also