Permutation.GetInverse Method

Returns the inverse of this Permutation.

Definition

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

Return Value

Permutation

Remarks

The inverse permutation is the permutation that, applied after the current permutation, restores the original sequence of the elements in the collection.

See Also