ALPSCore reference
Namespaces | Macros | Functions
binning_analysis.cpp File Reference
#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"
Include dependency graph for binning_analysis.cpp:

Go to the source code of this file.

Namespaces

 boost
 
 alps
 
 alps::accumulators
 
 alps::accumulators::impl
 

Macros

#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 ALPS_ACCUMULATOR_INST_BINNING_ANALYSIS_ACC(r, data, T)
 
#define NUMERIC_FUNCTION_USING
 
#define NUMERIC_FUNCTION_DECL(FUNCTION_NAME)
 
#define ALPS_ACCUMULATOR_INST_BINNING_ANALYSIS_RESULT(r, data, T)
 

Functions

void boost::assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line)
 
void boost::assertion_failed (char const *expr, char const *function, char const *file, long line)
 

Macro Definition Documentation

#define ALPS_ACCUMULATOR_INST_BINNING_ANALYSIS_ACC (   r,
  data,
 
)
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,
 
)
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))

Definition at line 15 of file binning_analysis.cpp.

#define BOOST_ENABLE_ASSERT_HANDLER

Definition at line 18 of file binning_analysis.cpp.

#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

Definition at line 383 of file binning_analysis.cpp.