Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_parallel::inner_product_selector(3) [debian man page]

__gnu_parallel::inner_product_selector< It, It2, T >(3cxx)				__gnu_parallel::inner_product_selector< It, It2, T >(3cxx)

NAME
__gnu_parallel::inner_product_selector< It, It2, T > - SYNOPSIS
Inherits __gnu_parallel::generic_for_each_selector< It >. Public Member Functions inner_product_selector (It b1, It2 b2) template<typename Op > T operator() (Op mult, It current) Public Attributes It begin1_iterator It2 begin2_iterator It finish_iterator Detailed Description template<typename It, typename It2, typename T>struct __gnu_parallel::inner_product_selector< It, It2, T > std::inner_product() selector. Definition at line 223 of file for_each_selectors.h. Constructor &; Destructor Documentation template<typename It , typename It2 , typename T > __gnu_parallel::inner_product_selector< It, It2, T >::inner_product_selector (Itb1, It2b2) [inline], [explicit] Constructor. Parameters: b1 Begin iterator of first sequence. b2 Begin iterator of second sequence. Definition at line 235 of file for_each_selectors.h. Member Function Documentation template<typename It , typename It2 , typename T > template<typename Op > T __gnu_parallel::inner_product_selector< It, It2, T >::operator() (Opmult, Itcurrent) [inline] Functor execution. Parameters: mult Multiplication functor. current Iterator referencing object. Returns: Inner product elemental result. 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. Member Data Documentation template<typename It , typename It2 , typename T > 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()(). template<typename It , typename It2 , typename T > 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()(). template<typename It > 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::inner_product_selector< It, It2, T >(3cxx)

Check Out this Related Man Page

__gnu_parallel::__replace_if_selector< _It, _Op, _Tp >(3cxx)			      __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >(3cxx)

NAME
__gnu_parallel::__replace_if_selector< _It, _Op, _Tp > - SYNOPSIS
Inherits __gnu_parallel::__generic_for_each_selector< _It >. Public Member Functions __replace_if_selector (const _Tp &__new_val) bool operator() (_Op &__o, _It __i) Public Attributes const _Tp & __new_val _It _M_finish_iterator Detailed Description template<typename _It, typename _Op, typename _Tp>struct __gnu_parallel::__replace_if_selector< _It, _Op, _Tp > std::replace() selector. Definition at line 156 of file for_each_selectors.h. Constructor &; Destructor Documentation template<typename _It , typename _Op , typename _Tp > __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >::__replace_if_selector (const _Tp &__new_val) [inline], [explicit] Constructor. Parameters: __new_val Value to replace with. Definition at line 164 of file for_each_selectors.h. Member Function Documentation template<typename _It , typename _Op , typename _Tp > bool __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >::operator() (_Op &__o, _It__i) [inline] Functor execution. Parameters: __o Operator. __i iterator referencing object. Definition at line 170 of file for_each_selectors.h. References __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >::__new_val. Member Data Documentation template<typename _It , typename _Op , typename _Tp > const _Tp& __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >::__new_val Value to replace with. Definition at line 159 of file for_each_selectors.h. Referenced by __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >::operator()(). template<typename _It > _It __gnu_parallel::__generic_for_each_selector< _It >::_M_finish_iterator [inherited] _Iterator on last element processed; needed for some algorithms (e. g. std::transform()). Definition at line 47 of file for_each_selectors.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_parallel::__replace_if_selector< _It, _Op, _Tp >(3cxx)
Man Page