Permutes the elements of the index and returns the result.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference