|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|


Go to the source code of this file.
Functions | |
| double | integrate (RealValuedFunction f, double l, double u, double prec) |
| Performs numerical integration of a real-valued function of a real variable. | |
| scalar_t | c_integrate (ComplexValuedFunction f, double l, double u, double prec) |
| Performs numerical integration of a complex-valued function of a real variable. | |
| scalar_t c_integrate | ( | ComplexValuedFunction | f, |
| double | l, | ||
| double | u, | ||
| double | prec | ||
| ) |
Performs numerical integration of a complex-valued function of a real variable.
| f | Complex function to integrate. |
| l | Lower bound of integration. |
| u | Upper bound of integration. |
| prec | Desired precision. |
Definition at line 63 of file integration.cpp.
| double integrate | ( | RealValuedFunction | f, |
| double | l, | ||
| double | u, | ||
| double | prec | ||
| ) |
Performs numerical integration of a real-valued function of a real variable.
| f | Function to integrate. |
| l | Lower bound of integration. |
| u | Upper bound of integration. |
| prec | Desired precision. |
Definition at line 15 of file integration.cpp.