Click or drag to resize

SparseVectorDataT(Int32) Constructor

Constructs a SparseVectorData instance with the given capacity.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected SparseVectorData(
	int capacity
)

Parameters

capacity  Int32
The initial capacity.
Remarks
The capicty of a SparseVectorData object is the number of values it can hold before it will need to be resized.
See Also