Implements the basic binary operators between a vector and a scalar value. It supports element-wise addition, subtraction multiplication, and division.
The scalar value to apply to each element of the vector.
A new vector that is the result of applying the scalar value to this vector's elements, using the given operation.
See Implementation
Implements the basic binary operators between a vector and a scalar value. It supports element-wise addition, subtraction multiplication, and division.