Sparse |
The SparseVector type exposes the following members.
Name | Description | |
---|---|---|
Addition(SparseVector, SparseVector) | Adds two Vectors together and returns the results. | |
Division(SparseVector, Single) | Divides a vector with a scalar. | |
Modulus(SparseVector, Single) | Computes the remainder (% operator), where the result has the sign of the dividend, of each element of the vector of the given divisor. | |
Multiply(Single, SparseVector) | Multiplies a vector with a scalar. | |
Multiply(SparseVector, SparseVector) | Computes the dot product between two Vectors. | |
Multiply(SparseVector, Single) | Multiplies a vector with a scalar. | |
Subtraction(SparseVector, SparseVector) | Subtracts two Vectors and returns the results. | |
UnaryNegation(SparseVector) | Returns a Vector containing the negated values of rightSide. |