Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_parallel::__inner_product_selector(3) [centos man page]

__gnu_parallel::__inner_product_selector< _It, _It2, _Tp >(3)Library Functions Manual__gnu_parallel::__inner_product_selector< _It, _It2, _Tp >(3)

NAME
__gnu_parallel::__inner_product_selector< _It, _It2, _Tp > - SYNOPSIS
Inherits __gnu_parallel::__generic_for_each_selector< _It >. Public Member Functions __inner_product_selector (_It __b1, _It2 __b2) template<typename _Op > _Tp operator() (_Op __mult, _It __current) Public Attributes _It __begin1_iterator _It2 __begin2_iterator _It _M_finish_iterator Detailed Description template<typename _It, typename _It2, typename _Tp>struct __gnu_parallel::__inner_product_selector< _It, _It2, _Tp > std::inner_product() selector. Definition at line 222 of file for_each_selectors.h. Constructor &; Destructor Documentation template<typename _It , typename _It2 , typename _Tp > __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::__inner_product_selector (_It__b1, _It2__b2) [inline], [explicit] Constructor. Parameters: __b1 Begin iterator of first sequence. __b2 Begin iterator of second sequence. Definition at line 234 of file for_each_selectors.h. Member Function Documentation template<typename _It , typename _It2 , typename _Tp > template<typename _Op > _Tp __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::operator() (_Op__mult, _It__current) [inline] Functor execution. Parameters: __mult Multiplication functor. __current iterator referencing object. Returns: Inner product elemental __result. Definition at line 243 of file for_each_selectors.h. References __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::__begin1_iterator, and __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::__begin2_iterator. Member Data Documentation template<typename _It , typename _It2 , typename _Tp > _It __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::__begin1_iterator Begin iterator of first sequence. Definition at line 225 of file for_each_selectors.h. Referenced by __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::operator()(). template<typename _It , typename _It2 , typename _Tp > _It2 __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >::__begin2_iterator Begin iterator of second sequence. Definition at line 228 of file for_each_selectors.h. Referenced by __gnu_parallel::__inner_product_selector< _It, _It2, _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 Jun 10 2014 __gnu_parallel::__inner_product_selector< _It, _It2, _Tp >(3)

Check Out this Related Man Page

__gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >(3)     Library Functions Manual	  __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >(3)

NAME
__gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp > - SYNOPSIS
Public Types typedef _DifferenceTp _DifferenceType typedef _PseudoSequenceIterator< _Tp, uint64_t > iterator" Public Member Functions _PseudoSequence (const _Tp &__val, _DifferenceType __count) iterator begin () const iterator end () const Detailed Description template<typename _Tp, typename _DifferenceTp>class __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp > Sequence that conceptually consists of multiple copies of the same element. The copies are not stored explicitly, of course. Parameters: _Tp Sequence _M_value type. _DifferenceTp Sequence difference type. Definition at line 359 of file parallel/base.h. Constructor &; Destructor Documentation template<typename _Tp, typename _DifferenceTp> __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >::_PseudoSequence (const _Tp &__val, _DifferenceType__count) [inline] Constructor. Parameters: __val Element of the sequence. __count Number of (virtual) copies. Definition at line 371 of file parallel/base.h. Member Function Documentation template<typename _Tp, typename _DifferenceTp> iterator __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >::begin () const [inline] Begin iterator. Definition at line 376 of file parallel/base.h. template<typename _Tp, typename _DifferenceTp> iterator __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >::end () const [inline] End iterator. Definition at line 381 of file parallel/base.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 __gnu_parallel::_PseudoSequence< _Tp, _DifferenceTp >(3)
Man Page