Matrix<T>.PermuteRowsAndColumnsInPlace(Permutation, Permutation) Method

Permutes the rows and columns of the matrix using the specified row and column Permutation.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Matrix<T> PermuteRowsAndColumnsInPlace(
	Permutation rowPermutation,
	Permutation columnPermutation
)

Parameters

rowPermutation  Permutation
The Permutation used to permute the rows.
columnPermutation  Permutation
The Permutation used to permute the columns.

Return Value

Matrix<T>

See Also