Dense Matrix<T>.Swap Rows Method
Swaps the elements in the specified rows.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Matrix<T> SwapRows(
int row1,
int row2
)
Parameters
Return Value
Matrix<T>Exceptions
Argument | row1 is less than zero or greater than or equal to the number of rows in the matrix. -or- row2 is less than zero or greater than or equal to the number of rows in the matrix. |