Gobelijn API documentation
- generated for commit a0cbea7
|
Sum elements of container, first attempt. More...
Go to the source code of this file.
Functions | |
template<typename C > | |
C::value_type | sum (C const &c) |
int | main () |
Sum elements of container, first attempt.
Definition in file sum1.cpp.
C::value_type sum | ( | C const & | c | ) |
Definition at line 26 of file sum1.cpp.
Referenced by UA_CoMP::Num::AdaptiveQuadrature< QuadRule1, QuadRule2, ConvergencePolicy, CellCountPolicy >::evaluate(), main(), and UA_CoMP::Num::Bisector< Rule >::sum().
int main | ( | ) |
Definition at line 35 of file sum1.cpp.
References make_range(), and sum().