Click or drag to resize

DoubleMatrixItem(Slice, Slice) Property

Returns the submatrix determined by the specified slices.

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

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.

Property Value

DoubleMatrix
See Also