Index<T>.Permute Method

Permutes the elements of the index and returns the result.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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