MatrixTPermuteColumns Method |
Permute the columns of a matrix according to a permutation.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void PermuteColumns(
Permutation p
)
Parameters
- p Permutation
- The column permutation to apply to this matrix.
See Also