stlab.adobe.com Adobe Systems Incorporated

inner_product
[Numeric Algorithms]

Functions

template<typename InputRange , typename InputIterator , typename T >
inner_product (const InputRange &range, InputIterator first, T init)
template<typename InputRange , typename InputIterator , typename T , typename BinaryOperation1 , typename BinaryOperation2 >
inner_product (const InputRange &range, InputIterator first, T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2)
template<typename InputIterator1 , typename InputIterator2 , typename T , typename BinaryOperation1 , typename BinaryOperation2 >
inner_product (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2)

Function Documentation

T adobe::inner_product ( const InputRange &  range,
InputIterator  first,
init 
)
See also:
STL documentation for inner_product

Definition at line 161 of file numeric.hpp.

T adobe::inner_product ( const InputRange &  range,
InputIterator  first,
init,
BinaryOperation1  binary_op1,
BinaryOperation2  binary_op2 
)
See also:
STL documentation for inner_product

Definition at line 187 of file numeric.hpp.

T adobe::inner_product ( InputIterator1  first1,
InputIterator1  last1,
InputIterator2  first2,
init,
BinaryOperation1  binary_op1,
BinaryOperation2  binary_op2 
)
See also:
STL documentation for inner_product

Definition at line 173 of file numeric.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google