IIndex.Permute Method
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.6
C#
A new index resulting from permuting the elements of this index by permutation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
IIndex Permute(
Permutation permutation
)
Parameters
- permutation Permutation
- A permutation that has the same length as the index.
Return Value
IIndexA new index resulting from permuting the elements of this index by permutation.