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


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

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