![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::dimensional_traits
// In header: <alps/lattice/dimensional_traits.h> template<typename Dimensional> struct dimensional_traits { // types typedef std::size_t dimension_type; // public member functions BOOST_STATIC_CONSTANT(bool, fixed_dimension = false); // public static functions static dimension_type infinity(); };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |