![]() |
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 T> struct conj_mult { // public member functions T operator()(const T &, const T &) const; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |