ALPSCore reference
Classes | Namespaces | Functions
transformer.hpp File Reference
#include <alps/alea/core.hpp>
#include <alps/alea/computed.hpp>
#include <alps/alea/mean.hpp>
#include <alps/alea/propagation.hpp>
#include <alps/alea/convert.hpp>
Include dependency graph for transformer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alps::alea::linear_transformer< T >
 
struct  alps::alea::scalar_unary_transformer< T >
 
struct  alps::alea::scalar_binary_transformer< T >
 
struct  alps::alea::linear_transformer< T >
 
struct  alps::alea::scalar_unary_transformer< T >
 
struct  alps::alea::scalar_binary_transformer< T >
 

Namespaces

 alps
 
 alps::alea
 Set of accumulators and statistical pre-/post-processing operations.
 

Functions

template<typename T >
scalar_unary_transformer< T > alps::alea::make_transformer (std::function< T(T)> fn)
 
template<typename T >
scalar_binary_transformer< T > alps::alea::make_transformer (std::function< T(T, T)> fn)