Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
functions.h File Reference
#include <vector>
#include <functional>
#include <limits>
#include <algorithm>
#include "scalar.h"
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScaledForm
 

Typedefs

using RealValuedFunction = std::function< double(double)>
 
using RealValuedForm = std::function< double(std::vector< double >)>
 
using ComplexValuedFunction = std::function< scalar_t(double)>
 

Typedef Documentation

◆ ComplexValuedFunction

using ComplexValuedFunction = std::function<scalar_t(double)>

Definition at line 12 of file functions.h.

◆ RealValuedForm

using RealValuedForm = std::function<double(std::vector<double>)>

Definition at line 11 of file functions.h.

◆ RealValuedFunction

using RealValuedFunction = std::function<double(double)>

Definition at line 10 of file functions.h.