![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::conj_mult — a function object for conj(x)*y
// In header: <alps/functional.h> template<typename T1, typename T2> struct conj_mult { // public member functions conj_mult_return_type< T1, T2 >::type operator()(const T1 &, const T2 &) const; };
the version for real data types is just the same as std::multiplies
conj_mult
public member functionsconj_mult_return_type< T1, T2 >::type operator()(const T1 & a, const T2 & b) const;returns x*y
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |