Permutes the elements of the index and returns the result.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Index<T> Permute(
Permutation permutation
)
Public Overridable Function Permute (
permutation As Permutation
) As Index(Of T)
public:
virtual Index<T>^ Permute(
Permutation^ permutation
)
abstract Permute :
permutation : Permutation -> Index<'T>
override Permute :
permutation : Permutation -> Index<'T>
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
Return Value
Type:
IndexTA new index that has the elements of this index
permuted by
permutation.
Reference