inner_product [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:fast Component type:function
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

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.