Index<T>.Permute Method

Permutes the elements of the index and returns the result.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Index<T> Permute(
	Permutation permutation
)

Parameters

permutation  Permutation

Return Value

Index<T>
A new index that has the elements of this index permuted by permutation.

Exceptions

DimensionMismatchException

The length of permutation is not equal to the length of the index.

See Also