Click or drag to resize

DoubleMatrixClear(Int32, Slice) Method

Sets the values of the submatrix determined by the specified slices to zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Clear(
	int row,
	Slice colSlice
)

Parameters

row  Int32
The row.
colSlice  Slice
The columns of the submatrix.

Return Value

DoubleMatrix
A reference to self.
See Also