Matrix<T>.PermuteRowsAndColumnsInPlace(Permutation) Method

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

Definition

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

Parameters

permutation  Permutation
A Permutation object.

Return Value

Matrix<T>

Remarks

This method works on symmetric matrices.

See Also