IPermutable.PermuteInPlace Method

Permutes the object using the specified permutation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
void PermuteInPlace(
	Permutation p
)

Parameters

p  Permutation
A Permutation.

See Also