Click or drag to resize

DoubleMatrixSet(Slice, Int32, Double) Method

Sets the values in the specified rows and column to a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Set(
	Slice rowSlice,
	int col,
	double x
)

Parameters

rowSlice  Slice
The rows.
col  Int32
The column.
x  Double
The value to set.

Return Value

DoubleMatrix
A reference to self.
See Also