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#
A new index that has the elements of this index permuted by permutation.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
Dimension | The length of permutation is not equal to the length of the index. |