Click or drag to resize

FloatComplexMatrixClear(Slice, 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 DoubleComplexMatrix Clear(
	Slice rowSlice,
	Slice colSlice
)

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.

Return Value

DoubleComplexMatrix
A reference to self.
See Also