The DoubleComplexSparseVector type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Clone
Creates a deep copy of this sparse vector.
(Overrides SparseVectorData<(Of <(T>)>)..::.Clone()()().)
Divide
Divides a sparse vector by a scalar.
EqualsOverloaded.
GetHashCode
Gets the hash code for this instance.
(Overrides SparseVectorData<(Of <(T>)>)..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MultiplyOverloaded.
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

  NameDescription
AdditionOverloaded.
Division
Divides a sparse vector by a scalar.
MultiplyOverloaded.
Subtraction
Subtracts a sparse vector from a dense vector. The result is a dense vector.

See Also