Click or drag to resize

SparseMatrixBuilderTKeys Property

Gets a collection of the the row, column pairs with nonzero values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ICollection<IntPair> Keys { get; }

Property Value

ICollectionIntPair

Implements

IDictionaryTKey, TValueKeys
See Also