Function sum(vector<double>&)¶
Defined in File vector_num.cpp
Function Documentation¶
-
double sum(vector<double> &x)¶
returns the sum of all components
- Parameters:
x – input vector
Defined in File vector_num.cpp
returns the sum of all components
x – input vector