numeric.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
48 /*************************************************************************************************/
106 /*************************************************************************************************/
110 /*************************************************************************************************/
173 inline T inner_product(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init,
216 inline OutputIterator partial_sum(InputIterator first, InputIterator last, OutputIterator result,
273 /*************************************************************************************************/
277 /*************************************************************************************************/
281 /*************************************************************************************************/
T accumulate(const InputRange &range, T init, BinaryOperation binary_op) Definition: numeric.hpp:145 ForwardIterator max_adjacent_difference(ForwardIterator first, ForwardIterator last) Definition: numeric.hpp:54 T inner_product(const InputRange &range, InputIterator first, T init) Definition: numeric.hpp:161 OutputIterator partial_sum(const InputRange &range, OutputIterator result, BinaryOperation binary_op) Definition: numeric.hpp:228 OutputIterator adjacent_difference(const InputRange &range, OutputIterator result) Definition: numeric.hpp:244 T inner_product(const InputRange &range, InputIterator first, T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2) Definition: numeric.hpp:187 Definition: functional.hpp:26 OutputIterator adjacent_difference(const InputRange &range, OutputIterator result, BinaryOperation binary_op) Definition: numeric.hpp:267 OutputIterator partial_sum(const InputRange &range, OutputIterator result) Definition: numeric.hpp:205 |