Click or drag to resize

SparseMatrixBuilderTItem(IntPair) Property

Gets and sets the value at the row, column indices specifed in the key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public T this[
	IntPair key
] { get; set; }

Parameters

key  IntPair
Key containing row, column indices.

Return Value

T
The nonzero value stored at the specified row, column indices or zero.

Implements

IDictionaryTKey, TValueItemTKey
See Also