SparseCompressedColumnMatrix<T>.PermuteRowsInPlace 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.0
C#
public override Matrix<T> PermuteRowsInPlace(
	Permutation permutation
)

Parameters

permutation  Permutation
A Permutation object.

Return Value

Matrix<T>

See Also