std::inner_product() selector. More...
std::inner_product() selector.
Definition at line 223 of file for_each_selectors.h.
__gnu_parallel::inner_product_selector< It, It2, T >::inner_product_selector | ( | It | b1, | |
It2 | b2 | |||
) | [inline, explicit] |
Constructor.
b1 | Begin iterator of first sequence. | |
b2 | Begin iterator of second sequence. |
Definition at line 235 of file for_each_selectors.h.
T __gnu_parallel::inner_product_selector< It, It2, T >::operator() | ( | Op | mult, | |
It | current | |||
) | [inline] |
Functor execution.
mult | Multiplication functor. | |
current | Iterator referencing object. |
Definition at line 244 of file for_each_selectors.h.
References __gnu_parallel::inner_product_selector< It, It2, T >::begin1_iterator, and __gnu_parallel::inner_product_selector< It, It2, T >::begin2_iterator.
It __gnu_parallel::inner_product_selector< It, It2, T >::begin1_iterator |
Begin iterator of first sequence.
Definition at line 226 of file for_each_selectors.h.
Referenced by __gnu_parallel::inner_product_selector< It, It2, T >::operator()().
It2 __gnu_parallel::inner_product_selector< It, It2, T >::begin2_iterator |
Begin iterator of second sequence.
Definition at line 229 of file for_each_selectors.h.
Referenced by __gnu_parallel::inner_product_selector< It, It2, T >::operator()().
It __gnu_parallel::generic_for_each_selector< It >::finish_iterator [inherited] |
Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 48 of file for_each_selectors.h.