Click or drag to resize

DiagonalMatrixPermuteColumns Method

Permute the columns of a matrix according to a permutation.

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

Parameters

p  Permutation
The column permutation to apply to this matrix.
Exceptions
ExceptionCondition
InvalidOperationExceptionAlways thrown
Remarks
Permutation in diagonal matrix are senseless, because of matrix nature
See Also