![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::coordinate_traits<std::valarray< T >>
// In header: <alps/lattice/coordinate_traits.h> template<typename T> struct coordinate_traits<std::valarray< T >> { // types typedef T value_type; typedef T * iterator; typedef const T * const_iterator; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |