Click or drag to resize

SparseMatrixBuilderT(IDictionaryIntPair, T) Constructor

Constructs a SparseMatrixBuilder instance which references the given dictionary of nonzero values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SparseMatrixBuilder(
	IDictionary<IntPair, T> nonzeroValues
)

Parameters

nonzeroValues  IDictionaryIntPair, T
Nonzero matrix values.
See Also