Go to the source code of this file.
|
| alps |
|
| alps::alea |
| Set of accumulators and statistical pre-/post-processing operations.
|
|
|
template<typename Archive , typename T > |
std::enable_if< is_alea_result< T >::value, void >::type | alps::alea::save (Archive &ar, const T &r, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< is_alea_result< T >::value, void >::type | alps::alea::load (Archive &ar, T &r, const unsigned int) |
|
template<typename Archive , typename T > |
void | alps::alea::serialize (Archive &ar, complex_op< T > &co, const unsigned int) |
|