Sparse |
The SparseVector type exposes the following members.
Name | Description | |
---|---|---|
Addition(SparseVector, SparseVector) | Adds two Vectors together and returns the results. | |
Division(SparseVector, Complex32) | Divides a vector with a complex. | |
Modulus(SparseVector, Complex32) | Computes the modulus of each element of the vector of the given divisor. | |
Multiply(Complex32, SparseVector) | Multiplies a vector with a complex. | |
Multiply(SparseVector, Complex32) | Multiplies a vector with a complex. | |
Multiply(SparseVector, SparseVector) | Computes the dot product between two Vectors. | |
Subtraction(SparseVector, SparseVector) | Subtracts two Vectors and returns the results. | |
UnaryNegation(SparseVector) | Returns a Vector containing the negated values of rightSide. |