Breakdown typedef | YODA::Transformation< N, Args > | |
NdVal typedef | YODA::Transformation< N, Args > | |
NdValPair typedef | YODA::Transformation< N, Args > | |
operator()(const double v, Args &&... args) const | YODA::Transformation< N, Args > | inline |
Pair typedef | YODA::Transformation< N, Args > | |
transform(double &val, Args &&... args) const | YODA::Transformation< N, Args > | inline |
transform(NdVal &vals, Args &&... args) const | YODA::Transformation< N, Args > | inline |
transform(double &val, Breakdown &signed_errs, Args &&... args) const | YODA::Transformation< N, Args > | inline |
transform(double &val, Pair &errs, Args &&... args) const | YODA::Transformation< N, Args > | inline |
transform(NdVal &vals, NdValPair &errs, Args &&... args) const | YODA::Transformation< N, Args > | inline |
Transformation()=delete | YODA::Transformation< N, Args > | |
Transformation(const std::function< double(double, Args...)> &fn) | YODA::Transformation< N, Args > | inline |
Transformation(std::function< double(double, Args...)> &&fn) | YODA::Transformation< N, Args > | inline |