Permutes a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void PermuteInPlace(
Permutation permutation,
bool inverse
)
Public Overridable Sub PermuteInPlace (
permutation As Permutation,
inverse As Boolean
)
public:
virtual void PermuteInPlace(
Permutation^ permutation,
bool inverse
)
abstract PermuteInPlace :
permutation : Permutation *
inverse : bool -> unit
override PermuteInPlace :
permutation : Permutation *
inverse : bool -> unit
Parameters
- permutation
- Type: Extreme.MathematicsPermutation
The Permutation to apply to the vector. - inverse
- Type: SystemBoolean
A Boolean value that specifies whether the inverse of permutation should be applied.
Numerical Libraries
Supported in: 6.0
Reference