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