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


Category:algorithms Component type:function
Prototype
template <class VecX, class VecY, class T>
T dot_conj(const VecX& x, const VecY& y, T s) ;
Description
Similar to dot product. The complex conjugate of the elements of y is used. For real numbers, the conjugate is just that real number. Note that the type of parameter s is the return type of this function.
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

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