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