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