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


Category:algorithms Component type:function
Prototype
template <class VecX, class VecY>
VecX::value_type dot_conj(const VecX& x, const VecY& y) ;
Description
A slightly simpler version of the dot conjugate. The return type is the element type of vector x.
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

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