Permutes a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void PermuteInPlace(
Permutation permutation
)
Public Sub PermuteInPlace (
permutation As Permutation
)
public:
void PermuteInPlace(
Permutation^ permutation
)
member PermuteInPlace :
permutation : Permutation -> unit
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
The Permutation to apply to the vector.
Reference