The SingleVector type exposes the following members.
Properties
|
|
Name |
Description |
|
IsSparse
|
Gets a value that indicates whether the vector is sparse.
|
|
Item
|
Overloaded. |
|
Length
|
Gets the number of elements in the vector.
|
|
NonzeroComponents
|
Gets a collection of SingleIndexValuePair objects
representing the nonzero components of this instance.
|
|
NonzeroCount
|
Gets the number of nonzero components in the vector.
|
See Also