IIndex.Permute Method

This API is preliminary and subject to change.
Applies a permutation to the index and returns the result.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IIndex Permute(
	Permutation permutation
)

Parameters

permutation  Permutation
A permutation that has the same length as the index.

Return Value

IIndex
A new index resulting from permuting the elements of this index by permutation.

See Also