Applies a permutation to the index and returns the result.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 5.x
Reference