Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ScaledForm Struct Reference

#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
 

Detailed Description

Definition at line 14 of file functions.h.

Constructor & Destructor Documentation

◆ ScaledForm()

ScaledForm::ScaledForm ( const RealValuedForm f,
const std::vector< double > &  x0,
const std::vector< double > &  scales 
)

Definition at line 3 of file functions.cpp.

Member Function Documentation

◆ operator()()

double ScaledForm::operator() ( const std::vector< double > &  t) const

Definition at line 5 of file functions.cpp.

Member Data Documentation

◆ f

RealValuedForm ScaledForm::f

Definition at line 15 of file functions.h.

◆ s

std::vector<double> ScaledForm::s

Definition at line 17 of file functions.h.

◆ x0

std::vector<double> ScaledForm::x0

Definition at line 16 of file functions.h.


The documentation for this struct was generated from the following files: