Click or drag to resize

FloatComplexSparseVector Fields

The FloatComplexSparseVector type exposes the following members.

Fields
 NameDescription
Protected fieldentries_ Non-zero entries of the sparse vector.
(Inherited from SparseVectorDataT)
Protected fieldindices_ Indices of the non-zero entries such that the ith non-zero entry has index indices_[i].
(Inherited from SparseVectorDataT)
Protected fieldnumNonZero_ Number of non-zero elements in the sparse vector.
(Inherited from SparseVectorDataT)
Top
See Also