Click or drag to resize

DoubleComplexMatrixSet(Slice, Slice, DoubleComplex) Method

Sets the values of the submatrix determined by the specified slices to a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix Set(
	Slice rowSlice,
	Slice colSlice,
	DoubleComplex d
)

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.
d  DoubleComplex
The value to set.

Return Value

DoubleComplexMatrix
A reference to self.
See Also