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