Vector<T>.PermuteInPlace(Permutation) Method

Permutes a vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void PermuteInPlace(
	Permutation permutation
)

Parameters

permutation  Permutation
The Permutation to apply to the vector.

See Also