ALPSCore reference
|
#include <alps/config.hpp>
#include <alps/accumulators/feature.hpp>
#include <alps/accumulators/parameter.hpp>
#include <alps/accumulators/feature/count.hpp>
#include <alps/accumulators/archive_traits.hpp>
#include <alps/hdf5/archive.hpp>
#include <alps/numeric/inf.hpp>
#include <alps/numeric/boost_array_functions.hpp>
#include <alps/numeric/check_size.hpp>
#include <alps/numeric/vector_functions.hpp>
#include <alps/utilities/stacktrace.hpp>
#include <alps/utilities/short_print.hpp>
#include <boost/utility.hpp>
#include <stdexcept>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
alps | |
alps::accumulators | |
alps::accumulators::impl | |
Macros | |
#define | NUMERIC_FUNCTION_DECLARATION(FUNCTION_NAME) void FUNCTION_NAME (); |
#define | NUMERIC_FUNCTION_OPERATOR(OP_NAME, OPEQ_NAME, OP, OP_TOKEN) |
Functions | |
template<typename T > | |
mean_type< T >::type | alps::accumulators::mean (T const &arg) |
#define NUMERIC_FUNCTION_DECLARATION | ( | FUNCTION_NAME | ) | void FUNCTION_NAME (); |
#define NUMERIC_FUNCTION_OPERATOR | ( | OP_NAME, | |
OPEQ_NAME, | |||
OP, | |||
OP_TOKEN | |||
) |