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.3
C#
A new index that has the elements of this index permuted by permutation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |