Symmetric Matrix<T>.Swap Rows And Columns Method
Swaps the elements in the specified rows and columns.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.5.0
public abstract Matrix<T> 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.