Click or drag to resize

MatrixTClearSubMatrix Method

Sets all values of a sub-matrix to zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ClearSubMatrix(
	int rowIndex,
	int rowCount,
	int columnIndex,
	int columnCount
)

Parameters

rowIndex  Int32
The zero-based starting row index.
rowCount  Int32
The number of rows to clear.
columnIndex  Int32
The zero-based starting column index.
columnCount  Int32
The number of columns to clear.
See Also