Click or drag to resize

ISparseMatrixStorageTItem Property

The value at the given row and column of the matrix.

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

Parameters

row  Int32
The row.
col  Int32
The column.

Return Value

T
The value at the given row and column.
See Also