#include <alps/accumulators/feature/error.hpp>
#include <alps/accumulators/feature/binning_analysis.hpp>
#include <alps/hdf5/vector.hpp>
#include <boost/preprocessor/tuple/to_seq.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
#include "boost/assert.hpp"
Go to the source code of this file.
#define ALPS_ACCUMULATOR_INST_BINNING_ANALYSIS_ACC |
( |
|
r, |
|
|
|
data, |
|
|
|
T |
|
) |
| |
Value:template class Accumulator<T, binning_analysis_tag, \
Accumulator<T, error_tag, \
Accumulator<T, mean_tag, \
Accumulator<T, count_tag, \
AccumulatorBase<T>>>>>;
Definition at line 314 of file binning_analysis.cpp.
#define ALPS_ACCUMULATOR_INST_BINNING_ANALYSIS_RESULT |
( |
|
r, |
|
|
|
data, |
|
|
|
T |
|
) |
| |
Value:template class Result<T, binning_analysis_tag, \
Result<T, error_tag, \
Result<T, mean_tag, \
Result<T, count_tag, \
ResultBase<T>>>>>;
Definition at line 531 of file binning_analysis.cpp.
#define ALPS_ACCUMULATOR_VALUE_TYPES_SEQ BOOST_PP_TUPLE_TO_SEQ(ALPS_ACCUMULATOR_VALUE_TYPES_SIZE, (ALPS_ACCUMULATOR_VALUE_TYPES)) |
#define BOOST_ENABLE_ASSERT_HANDLER |
#define NUMERIC_FUNCTION_DECL |
( |
|
FUNCTION_NAME | ) |
|
Value:template<typename T, typename B> \
void Result<T, binning_analysis_tag, B>:: FUNCTION_NAME()
Definition at line 420 of file binning_analysis.cpp.
#define NUMERIC_FUNCTION_USING |