![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::mcmpisim
// 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; };
mcmpisim
public
construct/copy/destructmcmpisim(typename parameters_type< Impl >::type const & p, boost::mpi::communicator const & c);
mcmpisim
public member functionsdouble fraction_completed();
results_type< Impl >::type collect_results(typename result_names_type< Impl >::type const & names) const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |