ALPSCore reference
|
#include <Eigen/Core>
#include <alps/alea/complex_op.hpp>
#include <alps/alea/mean.hpp>
#include <alps/alea/variance.hpp>
#include <alps/alea/covariance.hpp>
#include <alps/alea/autocorr.hpp>
#include <alps/alea/batch.hpp>
Go to the source code of this file.
Classes | |
struct | alps::alea::no_prop |
struct | alps::alea::linear_prop |
struct | alps::alea::sampling_prop |
struct | alps::alea::jackknife_prop |
struct | alps::alea::bootstrap_prop |
Namespaces | |
alps | |
alps::alea | |
Set of accumulators and statistical pre-/post-processing operations. | |
Functions | |
template<typename T > | |
eigen< T >::matrix | alps::alea::jacobian (const transformer< T > &f, column< T > x, double dx) |
template<typename T > | |
batch_data< T > | alps::alea::jackknife (const batch_data< T > &in, const transformer< T > &tf) |