Click or drag to resize

SparseVector Operators

The SparseVector type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(SparseVector, SparseVector) Adds two Vectors together and returns the results.
Public operatorStatic memberDivision(SparseVector, Complex32) Divides a vector with a complex.
Public operatorStatic memberModulus(SparseVector, Complex32) Computes the modulus of each element of the vector of the given divisor.
Public operatorStatic memberMultiply(Complex32, SparseVector) Multiplies a vector with a complex.
Public operatorStatic memberMultiply(SparseVector, Complex32) Multiplies a vector with a complex.
Public operatorStatic memberMultiply(SparseVector, SparseVector) Computes the dot product between two Vectors.
Public operatorStatic memberSubtraction(SparseVector, SparseVector) Subtracts two Vectors and returns the results.
Public operatorStatic memberUnaryNegation(SparseVector) Returns a Vector containing the negated values of rightSide.
Top
See Also