DiagonalMatrixPermuteColumns Method |
Permute the columns of a matrix according to a permutation.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void PermuteColumns(
Permutation p
)
Parameters
- p Permutation
- The column permutation to apply to this matrix.
Exceptions Remarks Permutation in diagonal matrix are senseless, because of matrix nature
See Also