Click or drag to resize

DoubleMatrixSet(Slice, Slice, Double) 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 DoubleMatrix Set(
	Slice rowSlice,
	Slice colSlice,
	double x
)

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.
x  Double
The value to set.

Return Value

DoubleMatrix
A reference to self.
See Also