pub fn sum_scalar<E, A, const N: usize>(a: &A, b: E) -> Awhere A: VectorIterMut<E, N> + Clone, E: NdFloat,
Performs element-wise addition operation on vector with a scalar.