IPermutable.PermuteInPlace Method

Permutes the object using the specified permutation.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
void PermuteInPlace(
	Permutation p
)

Parameters

p  Permutation
A Permutation.

See Also