| SparseVectorDataT(Int32) Constructor |
Constructs a SparseVectorData instance with the given
capacity.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected SparseVectorData(
int capacity
)
Protected Sub New (
capacity As Integer
)
protected:
SparseVectorData(
int capacity
)
new :
capacity : int -> SparseVectorData
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