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


Category:fast Component type:function
Prototype
template <int N, class InIter1, class InIter2, class T>
T inner_product(InIter1 first1, count<N>, InIter2 first2, T init) ;
Description
A fixed size inner product using addition and multiplication operators.
Definition
fast.h
Preconditions
Complexity
Example
Notes
See also

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