| ||||||
| ||||||
![]() | ||||||
Prototype | ||||||
template <int N, class InIter1, class InIter2, class T, class BinOp1, class BinOp2> T inner_product(InIter1 first1, count<N>, InIter2 first2, T init, BinOp1 binary_op1, BinOp2 binary_op2) ; | ||||||
![]() | ||||||
Description | ||||||
A fixed size inner product. | ||||||
![]() | ||||||
Definition | ||||||
fast.h | ||||||
![]() | ||||||
Preconditions | ||||||
| ||||||
![]() | ||||||
Complexity | ||||||
![]() | ||||||
Example | ||||||
![]() | ||||||
Notes | ||||||
![]() | ||||||
See also | ||||||
Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.