Vector<T>.PermuteInPlace(Permutation, Boolean) Method

Permutes a vector.

Definition

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

Parameters

permutation  Permutation
The Permutation to apply to the vector.
inverse  Boolean
A Boolean value that specifies whether the inverse of permutation should be applied.

See Also