27namespace Experimental {
32template <
int DIMENSION>
35 RFunction(std::function<
double(
const std::array<double, DIMENSION> &,
const std::span<const double> par)> func) {}
38template <
int DIMENSIONS,
class PRECISION,
template <
int D_,
class P_>
class...
STAT>
40 std::span<const double> paramInit)
RFunction(std::function< double(const std::array< double, DIMENSION > &, const std::span< const double > par)> func)
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...
RFitResult FitTo(const RHist< DIMENSIONS, PRECISION, STAT... > &hist, const RFunction< DIMENSIONS > &func, std::span< const double > paramInit)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...