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