Matrix<T>.PermuteColumnsInPlace Method

Permutes the columns of the matrix using the specified Permutation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Matrix<T> PermuteColumnsInPlace(
	Permutation permutation
)

Parameters

permutation  Permutation
A Permutation object.

Return Value

Matrix<T>

See Also