Click or drag to resize

SparseMatrixBuilderTAdd(IntPair, T) Method

Adds the given value at the row, column indices specified by the IntPair argument.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Add(
	IntPair key,
	T value
)

Parameters

key  IntPair
Integer pair indicating the row and column of the value.
value  T
The value.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also