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


Category:algorithms Component type:function
Prototype
template <class VecX, class VecY, class T>
T dot(const VecX& x, const VecY& y, T s) ;
Description
The type used for argument s determines the type of the resulting product.
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

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