Sets all values for all of the chosen rows to zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ClearRows(
params int[] rowIndices
)
Parameters
- rowIndices Int32
- The zero-based row indices to clear.
See Also