Interchanges the specified rows of the matrix.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public virtual void SwapRows(
int row1,
int row2
)
Public Overridable Sub SwapRows (
row1 As Integer,
row2 As Integer
)
public:
virtual void SwapRows(
int row1,
int row2
)
abstract SwapRows :
row1 : int *
row2 : int -> unit
override SwapRows :
row1 : int *
row2 : int -> unit
Parameters
- row1
- Type: SystemInt32
The first row. - row2
- Type: SystemInt32
The second row.
Numerical Libraries
Supported in: 5.x, 4.x
Reference