Click or drag to resize

SparseMatrixSwitchRows Method

Switch rows of a sparse matrix

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SwitchRows(
	int i,
	int j
)

Parameters

i  Int32
The index of the first row.
j  Int32
The index of the second row.
See Also