Matrix<T>.Permute Columns In Place Method
Permutes the columns of the matrix using the specified Permutation.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Matrix<T> PermuteColumnsInPlace(
Permutation permutation
)
Parameters
- permutation Permutation
- A Permutation object.