|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <functions.h>
Public Member Functions | |
| ScaledForm (const RealValuedForm &f, const std::vector< double > &x0, const std::vector< double > &scales) | |
| double | operator() (const std::vector< double > &t) const |
Public Attributes | |
| RealValuedForm | f |
| std::vector< double > | x0 |
| std::vector< double > | s |
Definition at line 14 of file functions.h.
| ScaledForm::ScaledForm | ( | const RealValuedForm & | f, |
| const std::vector< double > & | x0, | ||
| const std::vector< double > & | scales | ||
| ) |
Definition at line 3 of file functions.cpp.
| double ScaledForm::operator() | ( | const std::vector< double > & | t | ) | const |
Definition at line 5 of file functions.cpp.
| RealValuedForm ScaledForm::f |
Definition at line 15 of file functions.h.
| std::vector<double> ScaledForm::s |
Definition at line 17 of file functions.h.
| std::vector<double> ScaledForm::x0 |
Definition at line 16 of file functions.h.