Applies a permutation to the index and returns the result.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IIndex Permute(
Permutation permutation
)
Function Permute (
permutation As Permutation
) As IIndex
IIndex^ Permute(
Permutation^ permutation
)
abstract Permute :
permutation : Permutation -> IIndex
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
A permutation that has the same length as the index.
Return Value
Type:
IIndexA new index resulting from permuting the elements of this index by
permutation.
Reference