SymmetricMatrix<T>.SwapRowsAndColumns Method

Swaps the elements in the specified rows and columns.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void SwapRowsAndColumns(
	int index1,
	int index2
)

Parameters

index1  Int32
Zero-based index of the first index and column.
index2  Int32
Zero-based index of the second index and column.

See Also