Click or drag to resize

MatrixStorageTClearRows Method

Sets the specified rows to zero.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ClearRows(
	int[] rowIndices
)

Parameters

rowIndices  Int32
The row indices to clear.
See Also