Permutation Methods

Methods

ApplyInPlace(Action<Int32, Int32>) Applies the permutation by swapping elements.
ApplyInPlace(IPermutable) Applies the permutation to the rows of a permutable object.
ApplyInPlace<T>(T[]) Applies the permutation to the components of an array.
ApplyInPlace<T>(IList<T>) Applies the permutation to a list.
ApplyInverseInPlace(IPermutable) Applies the inverse permutation to the components of a vector.
ApplyInverseInPlace<T>(T[]) Applies the permutation to the components of an array.
ApplyInverseInPlace<T>(IList<T>) Applies the inverse permutation to a list.
Compose Returns the composition of two permutations.
CreateRandom Creates a new random permutation of the specified length.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInverse Returns the inverse of this Permutation.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Inverse Returns the position of an element after applying the inverse permutation.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Swap Applies an elementary permutation.
ToString Returns a String representation of the permutation.
(Overrides Object.ToString())

See Also