Sparse Matrix<T>.Swap Rows Method
Interchanges the specified rows of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override Matrix<T> SwapRows(
int row1,
int row2
)