Sparse Compressed Column Matrix<T>.Permute Rows In Place Method
Permutes the rows of the matrix using the specified Permutation.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override Matrix<T> PermuteRowsInPlace(
Permutation permutation
)
Parameters
- permutation Permutation
- A Permutation object.