Matrix<T>.Swap Rows Method
Swaps the rows with the specified indices.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A reference to this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Matrix<T> SwapRows(
int row1,
int row2
)
Parameters
Return Value
Matrix<T>A reference to this instance.