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.3179.0 (4.8.3179.0)
Syntax
C#
public void SwitchRows(
	int i,
	int j
)

Parameters

i  Int32

[Missing <param name="i"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.SwitchRows(System.Int32,System.Int32)"]

j  Int32

[Missing <param name="j"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.SwitchRows(System.Int32,System.Int32)"]

See Also