Sum of the entries of a vector. More...
#include "cl_Vector.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| auto | belfem::sum (const Vector< T > &aA) -> decltype(sum(aA.vector_data())) |
Sum of the entries of a vector.