Click or drag to resize

DoubleMatrixSet(Int32, Slice, Double) Method

Sets the values in the specified row and columns to the given value.

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

Parameters

row  Int32
The row.
colSlice  Slice
The columns.
x  Double
The value to set.

Return Value

DoubleMatrix
A reference to self.
See Also