ALPSCore reference
Namespaces | Functions
util.hpp File Reference
#include <alps/alea/core.hpp>
Include dependency graph for util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alps
 
 alps::alea
 Set of accumulators and statistical pre-/post-processing operations.
 
 alps::alea::internal
 

Functions

template<typename Acc >
void alps::alea::internal::check_valid (const Acc &acc)
 
template<typename T , typename... Args>
alps::alea::internal::call_vargs (std::function< T(Args...)> func, const T *args)
 
template<typename T , typename... Args>
alps::alea::internal::call_vargs (std::function< T(T, Args...)> func, const T *args)
 
template<typename T >
alps::alea::internal::call_vargs (std::function< T()> func, const T *)
 
template<typename Acc >
traits< Acc >::result_type alps::alea::internal::finalize (Acc &acc)
 
template<typename Acc >
traits< Acc >::result_type alps::alea::internal::result (const Acc &acc)