![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::nonzero_edge_weight
// In header: <alps/model/sign.h> template<typename EdgeWeightMap> struct nonzero_edge_weight { // construct/copy/destruct nonzero_edge_weight(); nonzero_edge_weight(EdgeWeightMap); // public member functions template<typename Edge> bool operator()(const Edge &) const; EdgeWeightMap m_weight; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |