ColumnCollection<T>.PermuteInPlace Method

Permutes the columns.

Definition

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

Parameters

permutation  Permutation
A Permutation object.

Implements

IPermutable.PermuteInPlace(Permutation)

See Also