VectorPointwiseSubtract Method |
Name | Description | |
---|---|---|
PointwiseSubtract(Double) |
Subtracts the given scalar from each element of the vector and
returns the result.
| |
PointwiseSubtract(Vector) |
Subtracts each element of the vector from the corresponding
element of this one and returns the result.
| |
PointwiseSubtract(Double, Vector) |
Subtracts the given scalar from each element of the
vector and stores result in another one.
| |
PointwiseSubtract(Vector, Vector) |
Subtracts each element of the vector from the corresponding
element of this one and stores result in another vector.
|