The DoubleComplexSparseVector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Creates a deep copy of this sparse vector.
(Overrides SparseVectorData<(Of <(T>)>)..::.Clone()()().) | |
| Divide |
Divides a sparse vector by a scalar.
| |
| Equals | Overloaded. | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides SparseVectorData<(Of <(T>)>)..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Multiply | Overloaded. | |
| Scale |
Scales each element in the sparse vector by the specified value.
| |
| Subtract |
Subtracts a sparse vector from a dense vector. The result is a dense vector.
| |
| ToString |
String representation.
(Overrides Object..::.ToString()()().) | |
| TwoNorm |
Computes the Euclidean norm of the element of self.
|
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Division |
Divides a sparse vector by a scalar.
| |
| Multiply | Overloaded. | |
| Subtraction |
Subtracts a sparse vector from a dense vector. The result is a dense vector.
|