ALPSCore reference
|
#include <alps/config.hpp>
#include <alps/accumulators/feature/mean.hpp>
#include <alps/accumulators/feature/error.hpp>
#include <alps/accumulators/feature/count.hpp>
#include <alps/accumulators/feature/max_num_binning.hpp>
#include <alps/accumulators/feature/binning_analysis.hpp>
#include <alps/hdf5/archive.hpp>
#include <boost/variant/variant.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <typeinfo>
#include <type_traits>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
alps | |
alps::accumulators | |
Macros | |
#define | OPERATOR_PROXY(AUGOPNAME, AUGOP, AUGOPFN) |
#define | FUNCTION_PROXY(FUN) |
#define | FUNCTION_PROXY(FUN) |
Functions | |
template<typename T , typename A > | |
derived_result_wrapper< A > | alps::accumulators::operator/ (T arg, derived_result_wrapper< A > res) |
#define FUNCTION_PROXY | ( | FUN | ) |
Definition at line 368 of file wrappers.hpp.
#define FUNCTION_PROXY | ( | FUN | ) |
Definition at line 368 of file wrappers.hpp.
#define OPERATOR_PROXY | ( | AUGOPNAME, | |
AUGOP, | |||
AUGOPFN | |||
) |
Definition at line 247 of file wrappers.hpp.