Permutation.Get Inverse Method
Returns the inverse of this Permutation.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.