RowCollection<T>.PermuteInPlace Method

Permutes the rows.

Definition

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

Parameters

permutation  Permutation
A Permutation object.

Implements

IPermutable.PermuteInPlace(Permutation)

See Also