Permutation.Get Inverse Method
Returns the inverse of this Permutation.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Permutation GetInverse()
Return Value
PermutationRemarks
The inverse permutation is the permutation that, applied after the current permutation, restores the original sequence of the elements in the collection.