Click or drag to resize

MatrixTPermuteColumns Method

Permute the columns of a matrix according to a permutation.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void PermuteColumns(
	Permutation p
)

Parameters

p  Permutation
The column permutation to apply to this matrix.
See Also