Dense |
The DenseVector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(DenseVector, DenseVector) | Adds two Vectors together and returns the results. |
![]() ![]() | Division(DenseVector, Complex) | Divides a vector with a complex. |
![]() ![]() | (DenseVector to Complex) | Returns a reference to the internal data structure. |
![]() ![]() | (Complex to DenseVector) | Returns a vector bound directly to a reference of the provided array. |
![]() ![]() | Multiply(Complex, DenseVector) | Multiplies a vector with a complex. |
![]() ![]() | Multiply(DenseVector, DenseVector) | Computes the dot product between two Vectors. |
![]() ![]() | Multiply(DenseVector, Complex) | Multiplies a vector with a complex. |
![]() ![]() | Subtraction(DenseVector, DenseVector) | Subtracts two Vectors and returns the results. |
![]() ![]() | UnaryNegation(DenseVector) | Returns a Vector containing the negated values of rightSide. |