Click or drag to resize

SparseVectorDataT Fields

The SparseVectorDataT type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBLOCK_SIZE Resiziable arrays will be allocated in blocks this size.
Protected fieldentries_ Non-zero entries of the sparse vector.
Protected fieldindices_ Indices of the non-zero entries such that the ith non-zero entry has index indices_[i].
Protected fieldnumNonZero_ Number of non-zero elements in the sparse vector.
Top
See Also