PivotVector Constructor

Constructs a new PivotVector

Definition

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

Parameters

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

See Also