In GitLab by @vinciguerra_a on May 2, 2023, 13:49 Add member functions to `ippl::Vector` for common mathematical operations in order to reduce the number of application level loops. Possible additions: - [ ] Sum of all entries - [ ] Product of all entries (L2 norm squared)