PermutationInverse Method |
Gets the inverse of the permutation.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Permutation Inverse()
Public Function Inverse As Permutation
public:
Permutation^ Inverse()
member Inverse : unit -> Permutation
Return Value
Type:
PermutationThe inverse of the permutation.
See Also