Expand description
Arithmetic operator implementations for vectors.
§Arithmetic operations for vectors
Implementation of basic arithmetic operations for vector types.
Functions§
- add_
scalar_ slice - Add a scalar to a slice
- add_
slices - Element-wise addition of two slices, storing the result in a third
- div_
slices - Element-wise division of two slices
- mul_
scalar_ slice - Multiply a slice by a scalar
- mul_
slices - Element-wise multiplication of two slices
- sub_
slices - Element-wise subtraction of two slices