Click or drag to resize

DoubleMatrixItem(Slice, Int32) Property

Creates a vector view of the specifed slice of the specified column of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector this[
	Slice rowSlice,
	int col
] { get; set; }

Parameters

rowSlice  Slice
The rows.
col  Int32
The column.

Property Value

DoubleVector
See Also