ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template mcmpisim

alps::mcmpisim

Synopsis

// In header: <alps/ngs.hpp>

template<typename Impl> 
class mcmpisim {
public:
  // construct/copy/destruct
  mcmpisim(typename parameters_type< Impl >::type const &, 
           boost::mpi::communicator const &);

  // public member functions
  double fraction_completed();
  results_type< Impl >::type 
  collect_results(typename result_names_type< Impl >::type const &) const;
};

Description

mcmpisim public construct/copy/destruct

  1. mcmpisim(typename parameters_type< Impl >::type const & p, 
             boost::mpi::communicator const & c);

mcmpisim public member functions

  1. double fraction_completed();
  2. results_type< Impl >::type 
    collect_results(typename result_names_type< Impl >::type const & names) const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext