Go to the source code of this file.
|
| | alps |
| |
| | alps::alea |
| | Set of accumulators and statistical pre-/post-processing operations.
|
| |
|
| template<typename T , typename InResult > |
| mean_result< T > | alps::alea::transform (no_prop, const transformer< T > &tf, const InResult &in) |
| |
| template<typename T , typename InResult > |
| std::enable_if< traits< InResult >::HAVE_COV, cov_result< T > >::type | alps::alea::transform (linear_prop p, const transformer< T > &tf, const InResult &in) |
| |
| template<typename T , typename InResult > |
| std::enable_if<!traits< InResult >::HAVE_COV, cov_result< T > >::type | alps::alea::transform (linear_prop p, const transformer< T > &tf, const InResult &in) |
| |
| template<typename T > |
| batch_result< T > | alps::alea::transform (jackknife_prop, const transformer< T > &tf, const batch_result< T > &in) |
| |
| template batch_result< double > | alps::alea::transform (jackknife_prop, const transformer< double > &, const batch_result< double > &) |
| |