Swaps the rows with the specified indices.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overridable Function SwapRows ( _
row1 As Integer, _
row2 As Integer _
) As Matrix
|
| Visual C++ |
public:
virtual Matrix^ SwapRows(
int row1,
int row2
)
|
Return Value
A reference to this instance.
See Also