Click or drag to resize

FloatComplexMatrixSet(Slice, Slice, FloatComplex) 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 FloatComplexMatrix Set(
	Slice rowSlice,
	Slice colSlice,
	FloatComplex f
)

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.
f  FloatComplex
The value to set.

Return Value

FloatComplexMatrix
A reference to self.
See Also