Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IMartyParameterProxy.h
Go to the documentation of this file.
1#ifndef IMARTYPARAMETERPROXY_H
2#define IMARTYPARAMETERPROXY_H
3
4#include "scalar.h"
5
26template<typename T, typename V>
28public:
29
37 virtual scalar_t operator()(const T& x, const V& y) const = 0 ;
38};
39
40#endif // IMARTYPARAMETERPROXY_H
Interface for accessing parameter values from different backends.
virtual scalar_t operator()(const T &x, const V &y) const =0
Retrieves the numerical value of a parameter.
double T(double x)
Wilson coefficient T(x).