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.3179.0 (4.8.3179.0)
Syntax
C#
public void ClearSubMatrix(
	int rowIndex,
	int rowCount,
	int columnIndex,
	int columnCount
)

Parameters

rowIndex  Int32

[Missing <param name="rowIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ClearSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32)"]

rowCount  Int32

[Missing <param name="rowCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ClearSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32)"]

columnIndex  Int32

[Missing <param name="columnIndex"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ClearSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32)"]

columnCount  Int32

[Missing <param name="columnCount"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ClearSubMatrix(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also