SparseMatrixSwitchRows Method |
Switch rows of a sparse matrix
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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