Returns the inverse of this Permutation.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetInverse As Permutation
C#
public Permutation GetInverse ()
C++
public:
Permutation^ GetInverse ()

Remarks

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